Html Css Color HEX #080889 Dark Blue

📋 copy color: '#080889'

red 8 ◦ green 8 ◦ blue 137

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

Shades of Dark Blue #080889

Tints of Dark Blue #080889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 5.23%
G = 5.23%
B = 89.54%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#080889 (or 0x080889) is known color: Dark Blue. HEX triplet: 08, 08 and 89. RGB value is (8,8,137). Sum of RGB (Red+Green+Blue) = 8+8+137=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 137 (53.91% from 255 or 89.54% from 153); Max value from RGB is 137 - color contains mainly: blue. Hex color #080889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080889 is #F7F776. Grayscale: #161616. Windows color (decimal): -16250743 or 8980488. OLE color: 8980488.

HSL color Cylindrical-coordinate representation of color #080889: hue angle of 240º 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 #080889 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 8 137 -
CMYK 0.94 0.94 0 0.46
HSL 240º 0.89% 0.28% -
HSV(B) 240º 0.94% 0.54% -
XYZ 4.7 2.03 23.81 -
YUV 22.71 192.5 117.51 -
System Red Green Blue C M Y K H S L
Decimal 8 8 137 0.94 0.94 0 0.46 240 0.89 0.28
Hex 8 8 89 5E 5E 0 2E F0 59 1C
Octal 10 10 211 136 136 0 56 360 131 34
Binary 1000 1000 10001001 1011110 1011110 0 101110 11110000 1011001 11100

Color Harmonies of #080889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080889

Black with #080889

Text Example


Text Example

White with #080889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080889; }

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

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

background-color css

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

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

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

border-color css

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

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

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