#02087B

Color #02087B Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #02087B

Tints of Navy #02087B

Color information

#02087B (or 0x02087B) is unknown color: approx Navy. HEX triplet: 02, 08 and 7B. RGB value is (2,8,123). Sum of RGB (Red+Green+Blue) = 2+8+123=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 123 (48.44% from 255 or 92.48% from 133); Max value from RGB is 123 - color contains mainly: blue. Hex color #02087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02087B is #FDF784. Grayscale: #121212. Windows color (decimal): -16643973 or 8062978. OLE color: 8062978.

HSL color Cylindrical-coordinate representation of color #02087B: hue angle of 237.02º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02087B is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB28123-
CMYK0.980.9300.52
HSL237.02º96.8%24.51%-
HSV(B)237.02º98.37%48.24%-
XYZ3.691.6218.86-
YUV19.32186.51115.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 123 (48.44% from 255) = 92.48%
R=1.50%
G=6.02%
B=92.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal281230.980.9300.52237.0296.824.51
Hex287B625D034ed6119
Octal21017314213506435514131
Binary101000111101111000101011101011010011101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02087B; }

 p { color: rgb(2,8,123); }

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

<style>
 a { background-color: #02087B; }

 a { background-color: rgb(2,8,123); }

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

<style>
 span { border-color: #02087B; }

 span { border-color: rgb(2,8,123); }

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