#02097B

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

Shades of Navy #02097B

Tints of Navy #02097B

Color information

#02097B (or 0x02097B) is unknown color: approx Navy. HEX triplet: 02, 09 and 7B. RGB value is (2,9,123). Sum of RGB (Red+Green+Blue) = 2+9+123=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 123 (48.44% from 255 or 91.79% from 134); Max value from RGB is 123 - color contains mainly: blue. Hex color #02097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02097B is #FDF684. Grayscale: #131313. Windows color (decimal): -16643717 or 8063234. OLE color: 8063234.

HSL color Cylindrical-coordinate representation of color #02097B: hue angle of 236.53º 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 #02097B is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB29123-
CMYK0.980.9300.52
HSL236.53º96.8%24.51%-
HSV(B)236.53º98.37%48.24%-
XYZ3.71.6418.86-
YUV19.9186.18115.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 123 (48.44% from 255) = 91.79%
R=1.49%
G=6.72%
B=91.79%

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
Decimal291230.980.9300.52236.5396.824.51
Hex297B625D034ed6119
Octal21117314213506435514131
Binary101001111101111000101011101011010011101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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