Html Css Color HEX #080A6F Navy

📋 copy color: '#080A6F'

red 8 ◦ green 10 ◦ blue 111

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

Shades of Navy #080A6F

Tints of Navy #080A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 86.05%

R = 6.2%
G = 7.75%
B = 86.05%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080A6F (or 0x080A6F) is known color: Navy. HEX triplet: 08, 0A and 6F. RGB value is (8,10,111). Sum of RGB (Red+Green+Blue) = 8+10+111=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 111 (43.75% from 255 or 86.05% from 129); Max value from RGB is 111 - color contains mainly: blue. Hex color #080A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A6F is #F7F590. Grayscale: #141414. Windows color (decimal): -16250257 or 7277064. OLE color: 7277064.

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

Color convert

RGB 8 10 111 -
CMYK 0.93 0.91 0 0.56
HSL 238.83º 0.87% 0.23% -
HSV(B) 238.83º 0.93% 0.44% -
XYZ 3.08 1.42 15.15 -
YUV 20.92 178.84 118.79 -
System Red Green Blue C M Y K H S L
Decimal 8 10 111 0.93 0.91 0 0.56 238.83 0.87 0.23
Hex 8 A 6F 5D 5B 0 38 EF 57 17
Octal 10 12 157 135 133 0 70 357 127 27
Binary 1000 1010 1101111 1011101 1011011 0 111000 11101111 1010111 10111

Color Harmonies of #080A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A6F

Black with #080A6F

Text Example


Text Example

White with #080A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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