#02036B

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

Shades of Navy #02036B

Tints of Navy #02036B

Color information

#02036B (or 0x02036B) is unknown color: approx Navy. HEX triplet: 02, 03 and 6B. RGB value is (2,3,107). Sum of RGB (Red+Green+Blue) = 2+3+107=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 107 (42.19% from 255 or 95.54% from 112); Max value from RGB is 107 - color contains mainly: blue. Hex color #02036B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02036B is #FDFC94. Grayscale: #0E0E0E. Windows color (decimal): -16645269 or 7013122. OLE color: 7013122.

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

Color convert

RGB23107-
CMYK0.980.9700.58
HSL239.43º96.33%21.37%-
HSV(B)239.43º98.13%41.96%-
XYZ2.711.1413.99-
YUV14.56180.17119.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 107 (42.19% from 255) = 95.54%
R=1.79%
G=2.68%
B=95.54%

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
Decimal231070.980.9700.58239.4396.3321.37
Hex236B626103Aef6015
Octal2315314214107235714025
Binary1011110101111000101100001011101011101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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