Html Css Color HEX #02086C Navy

📋 copy color: '#02086C'

red 2 ◦ green 8 ◦ blue 108

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

Shades of Navy #02086C

Tints of Navy #02086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 91.53%

R = 1.69%
G = 6.78%
B = 91.53%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02086C (or 0x02086C) is known color: Navy. HEX triplet: 02, 08 and 6C. RGB value is (2,8,108). Sum of RGB (Red+Green+Blue) = 2+8+108=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 108 (42.58% from 255 or 91.53% from 118); Max value from RGB is 108 - color contains mainly: blue. Hex color #02086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02086C is #FDF793. Grayscale: #111111. Windows color (decimal): -16643988 or 7079938. OLE color: 7079938.

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

Color convert

RGB 2 8 108 -
CMYK 0.98 0.93 0 0.58
HSL 236.6º 0.96% 0.22% -
HSV(B) 236.6º 0.98% 0.42% -
XYZ 2.82 1.27 14.28 -
YUV 17.61 179.01 116.87 -
System Red Green Blue C M Y K H S L
Decimal 2 8 108 0.98 0.93 0 0.58 236.6 0.96 0.22
Hex 2 8 6C 62 5D 0 3A ED 60 16
Octal 2 10 154 142 135 0 72 355 140 26
Binary 10 1000 1101100 1100010 1011101 0 111010 11101101 1100000 10110

Color Harmonies of #02086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02086C

Black with #02086C

Text Example


Text Example

White with #02086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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