Html Css Color HEX #02086E Navy

📋 copy color: '#02086E'

red 2 ◦ green 8 ◦ blue 110

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

Shades of Navy #02086E

Tints of Navy #02086E

RGB

 RED value IS 2 (1.17% from 255) = 1.67%

 GREEN value IS 8 (3.52% from 255) = 6.67%

 BLUE value IS 110 (43.36% from 255) = 91.67%

R = 1.67%
G = 6.67%
B = 91.67%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02086E (or 0x02086E) is known color: Navy. HEX triplet: 02, 08 and 6E. RGB value is (2,8,110). Sum of RGB (Red+Green+Blue) = 2+8+110=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 110 (43.36% from 255 or 91.67% from 120); Max value from RGB is 110 - color contains mainly: blue. Hex color #02086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02086E is #FDF791. Grayscale: #111111. Windows color (decimal): -16643986 or 7211010. OLE color: 7211010.

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

Color convert

RGB 2 8 110 -
CMYK 0.98 0.93 0 0.57
HSL 236.67º 0.96% 0.22% -
HSV(B) 236.67º 0.98% 0.43% -
XYZ 2.93 1.31 14.85 -
YUV 17.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 2 8 110 0.98 0.93 0 0.57 236.67 0.96 0.22
Hex 2 8 6E 62 5D 0 39 ED 60 16
Octal 2 10 156 142 135 0 71 355 140 26
Binary 10 1000 1101110 1100010 1011101 0 111001 11101101 1100000 10110

Color Harmonies of #02086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02086E

Black with #02086E

Text Example


Text Example

White with #02086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02086E; }

 p { color: rgb(2,8,110); }

 H1.HeaderClassName
 {
   color: #02086E;
 }
 .AnyTagClassName
 {
   color: #02086E;
 }
</style>

background-color css

<style>
 a { background-color: #02086E; }

 a { background-color: rgb(2,8,110); }

 div.DivClassName
 {
   background-color: #02086E;
 }
 .BgClassName
 {
   background-color: #02086E;
 }
</style>

border-color css

<style>
 span { border-color: #02086E; }

 span { border-color: rgb(2,8,110); }

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