Html Css Color HEX #02036B Navy

📋 copy color: '#02036B'

red 2 ◦ green 3 ◦ blue 107

#02036B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #02036B

Tints of Navy #02036B

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 value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02036B (or 0x02036B) is known color: 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

RGB 2 3 107 -
CMYK 0.98 0.97 0 0.58
HSL 239.43º 0.96% 0.21% -
HSV(B) 239.43º 0.98% 0.42% -
XYZ 2.71 1.14 13.99 -
YUV 14.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 2 3 107 0.98 0.97 0 0.58 239.43 0.96 0.21
Hex 2 3 6B 62 61 0 3A EF 60 15
Octal 2 3 153 142 141 0 72 357 140 25
Binary 10 11 1101011 1100010 1100001 0 111010 11101111 1100000 10101

Color Harmonies of #02036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02036B

Black with #02036B

Text Example


Text Example

White with #02036B

Text Example


Text Example

HTML Codes & Css Web 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>