Html Css Color HEX #08027E Navy

📋 copy color: '#08027E'

red 8 ◦ green 2 ◦ blue 126

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

Shades of Navy #08027E

Tints of Navy #08027E

RGB

 RED value IS 8 (3.52% from 255) = 5.88%

 GREEN value IS 2 (1.17% from 255) = 1.47%

 BLUE value IS 126 (49.61% from 255) = 92.65%

R = 5.88%
G = 1.47%
B = 92.65%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08027E (or 0x08027E) is known color: Navy. HEX triplet: 08, 02 and 7E. RGB value is (8,2,126). Sum of RGB (Red+Green+Blue) = 8+2+126=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 126 (49.61% from 255 or 92.65% from 136); Max value from RGB is 126 - color contains mainly: blue. Hex color #08027E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08027E is #F7FD81. Grayscale: #111111. Windows color (decimal): -16252290 or 8258056. OLE color: 8258056.

HSL color Cylindrical-coordinate representation of color #08027E: hue angle of 242.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08027E is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 2 126 -
CMYK 0.94 0.98 0 0.51
HSL 242.9º 0.97% 0.25% -
HSV(B) 242.9º 0.98% 0.49% -
XYZ 3.89 1.6 19.84 -
YUV 17.93 188.99 120.92 -
System Red Green Blue C M Y K H S L
Decimal 8 2 126 0.94 0.98 0 0.51 242.9 0.97 0.25
Hex 8 2 7E 5E 62 0 33 F3 61 19
Octal 10 2 176 136 142 0 63 363 141 31
Binary 1000 10 1111110 1011110 1100010 0 110011 11110011 1100001 11001

Color Harmonies of #08027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08027E

Black with #08027E

Text Example


Text Example

White with #08027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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