Html Css Color HEX #080A89 Dark Blue

📋 copy color: '#080A89'

red 8 ◦ green 10 ◦ blue 137

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

Shades of Dark Blue #080A89

Tints of Dark Blue #080A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 88.39%

R = 5.16%
G = 6.45%
B = 88.39%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#080A89 (or 0x080A89) is known color: Dark Blue. HEX triplet: 08, 0A and 89. RGB value is (8,10,137). Sum of RGB (Red+Green+Blue) = 8+10+137=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 137 (53.91% from 255 or 88.39% from 155); Max value from RGB is 137 - color contains mainly: blue. Hex color #080A89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080A89 is #F7F576. Grayscale: #171717. Windows color (decimal): -16250231 or 8981000. OLE color: 8981000.

HSL color Cylindrical-coordinate representation of color #080A89: hue angle of 239.07º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080A89 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 10 137 -
CMYK 0.94 0.93 0 0.46
HSL 239.07º 0.89% 0.28% -
HSV(B) 239.07º 0.94% 0.54% -
XYZ 4.72 2.07 23.82 -
YUV 23.88 191.84 116.67 -
System Red Green Blue C M Y K H S L
Decimal 8 10 137 0.94 0.93 0 0.46 239.07 0.89 0.28
Hex 8 A 89 5E 5D 0 2E EF 59 1C
Octal 10 12 211 136 135 0 56 357 131 34
Binary 1000 1010 10001001 1011110 1011101 0 101110 11101111 1011001 11100

Color Harmonies of #080A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A89

Black with #080A89

Text Example


Text Example

White with #080A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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