#002B8C

Color #002B8C Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #002B8C

Tints of Smalt #002B8C

Color information

#002B8C (or 0x002B8C) is unknown color: approx Smalt. HEX triplet: 00, 2B and 8C. RGB value is (0,43,140). Sum of RGB (Red+Green+Blue) = 0+43+140=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #002B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002B8C is #FFD473. Grayscale: #282828. Windows color (decimal): -16766068 or 9186048. OLE color: 9186048.

HSL color Cylindrical-coordinate representation of color #002B8C: hue angle of 221.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B8C is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB043140-
CMYK10.6900.45
HSL221.57º100%27.45%-
HSV(B)221.57º100%54.9%-
XYZ5.63.6225.21-
YUV41.2183.7598.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 140 (55.08% from 255) = 76.50%
R=0%
G=23.50%
B=76.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal04314010.6900.45221.5710027.45
Hex02B8C644502Dde641b
Octal05321414410505533614433
Binary01010111000110011001001000101010110111011110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002B8C; }

 p { color: rgb(0,43,140); }

 H1.HeaderClassName
 {
   color: #002B8C;
 }
 .AnyTagClassName
 {
   color: #002B8C;
 }
</style>
background-color css

<style>
 a { background-color: #002B8C; }

 a { background-color: rgb(0,43,140); }

 div.DivClassName
 {
   background-color: #002B8C;
 }
 .BgClassName
 {
   background-color: #002B8C;
 }
</style>
border-color css

<style>
 span { border-color: #002B8C; }

 span { border-color: rgb(0,43,140); }

 td.TdClassName
 {
   border-color: #002B8C;
 }
 .TagClassName
 {
   border-color: #002B8C;
 }
</style>