#02036D

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

Shades of Navy #02036D

Tints of Navy #02036D

Color information

#02036D (or 0x02036D) is unknown color: approx Navy. HEX triplet: 02, 03 and 6D. RGB value is (2,3,109). Sum of RGB (Red+Green+Blue) = 2+3+109=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 109 (42.97% from 255 or 95.61% from 114); Max value from RGB is 109 - color contains mainly: blue. Hex color #02036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02036D is #FDFC92. Grayscale: #0E0E0E. Windows color (decimal): -16645267 or 7144194. OLE color: 7144194.

HSL color Cylindrical-coordinate representation of color #02036D: hue angle of 239.44º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02036D is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB23109-
CMYK0.980.9700.57
HSL239.44º96.4%21.76%-
HSV(B)239.44º98.17%42.75%-
XYZ2.821.1814.55-
YUV14.78181.17118.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 109 (42.97% from 255) = 95.61%
R=1.75%
G=2.63%
B=95.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal231090.980.9700.57239.4496.421.76
Hex236D6261039ef6016
Octal2315514214107135714026
Binary1011110110111000101100001011100111101111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02036D; }

 p { color: rgb(2,3,109); }

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

<style>
 a { background-color: #02036D; }

 a { background-color: rgb(2,3,109); }

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

<style>
 span { border-color: #02036D; }

 span { border-color: rgb(2,3,109); }

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