Html Css Color HEX #080D7A Navy

📋 copy color: '#080D7A'

red 8 ◦ green 13 ◦ blue 122

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

Shades of Navy #080D7A

Tints of Navy #080D7A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.09%

 BLUE value IS 122 (48.05% from 255) = 85.31%

R = 5.59%
G = 9.09%
B = 85.31%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#080D7A (or 0x080D7A) is known color: Navy. HEX triplet: 08, 0D and 7A. RGB value is (8,13,122). Sum of RGB (Red+Green+Blue) = 8+13+122=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 122 (48.05% from 255 or 85.31% from 143); Max value from RGB is 122 - color contains mainly: blue. Hex color #080D7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D7A is #F7F285. Grayscale: #171717. Windows color (decimal): -16249478 or 7998728. OLE color: 7998728.

HSL color Cylindrical-coordinate representation of color #080D7A: hue angle of 237.37º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080D7A is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 13 122 -
CMYK 0.93 0.89 0 0.52
HSL 237.37º 0.88% 0.25% -
HSV(B) 237.37º 0.93% 0.48% -
XYZ 3.76 1.74 18.55 -
YUV 23.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 8 13 122 0.93 0.89 0 0.52 237.37 0.88 0.25
Hex 8 D 7A 5D 59 0 34 ED 58 19
Octal 10 15 172 135 131 0 64 355 130 31
Binary 1000 1101 1111010 1011101 1011001 0 110100 11101101 1011000 11001

Color Harmonies of #080D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D7A

Black with #080D7A

Text Example


Text Example

White with #080D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,13,122); }

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

background-color css

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

 a { background-color: rgb(8,13,122); }

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

border-color css

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

 span { border-color: rgb(8,13,122); }

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