Html Css Color HEX #080A6E Navy

📋 copy color: '#080A6E'

red 8 ◦ green 10 ◦ blue 110

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

Shades of Navy #080A6E

Tints of Navy #080A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.81%

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

R = 6.25%
G = 7.81%
B = 85.94%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#080A6E (or 0x080A6E) is known color: Navy. HEX triplet: 08, 0A and 6E. RGB value is (8,10,110). Sum of RGB (Red+Green+Blue) = 8+10+110=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #080A6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A6E is #F7F591. Grayscale: #141414. Windows color (decimal): -16250258 or 7211528. OLE color: 7211528.

HSL color Cylindrical-coordinate representation of color #080A6E: hue angle of 238.82º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080A6E is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 10 110 -
CMYK 0.93 0.91 0 0.57
HSL 238.82º 0.86% 0.23% -
HSV(B) 238.82º 0.93% 0.43% -
XYZ 3.02 1.39 14.86 -
YUV 20.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 8 10 110 0.93 0.91 0 0.57 238.82 0.86 0.23
Hex 8 A 6E 5D 5B 0 39 EF 56 17
Octal 10 12 156 135 133 0 71 357 126 27
Binary 1000 1010 1101110 1011101 1011011 0 111001 11101111 1010110 10111

Color Harmonies of #080A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A6E

Black with #080A6E

Text Example


Text Example

White with #080A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A6E; }

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

 H1.HeaderClassName
 {
   color: #080A6E;
 }
 .AnyTagClassName
 {
   color: #080A6E;
 }
</style>

background-color css

<style>
 a { background-color: #080A6E; }

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

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

border-color css

<style>
 span { border-color: #080A6E; }

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

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