#02036C

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

Shades of Navy #02036C

Tints of Navy #02036C

Color information

#02036C (or 0x02036C) is unknown color: approx Navy. HEX triplet: 02, 03 and 6C. RGB value is (2,3,108). Sum of RGB (Red+Green+Blue) = 2+3+108=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 108 (42.58% from 255 or 95.58% from 113); Max value from RGB is 108 - color contains mainly: blue. Hex color #02036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02036C is #FDFC93. Grayscale: #0E0E0E. Windows color (decimal): -16645268 or 7078658. OLE color: 7078658.

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

Color convert

RGB23108-
CMYK0.980.9700.58
HSL239.43º96.36%21.57%-
HSV(B)239.43º98.15%42.35%-
XYZ2.761.1614.27-
YUV14.67180.67118.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 108 (42.58% from 255) = 95.58%
R=1.77%
G=2.65%
B=95.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal231080.980.9700.58239.4396.3621.57
Hex236C626103Aef6016
Octal2315414214107235714026
Binary1011110110011000101100001011101011101111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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