Html Css Color HEX #080590 Dark Blue

📋 copy color: '#080590'

red 8 ◦ green 5 ◦ blue 144

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

Shades of Dark Blue #080590

Tints of Dark Blue #080590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 144 (56.64% from 255) = 91.72%

R = 5.1%
G = 3.18%
B = 91.72%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#080590 (or 0x080590) is known color: Dark Blue. HEX triplet: 08, 05 and 90. RGB value is (8,5,144). Sum of RGB (Red+Green+Blue) = 8+5+144=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 144 (56.64% from 255 or 91.72% from 157); Max value from RGB is 144 - color contains mainly: blue. Hex color #080590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080590 is #F7FA6F. Grayscale: #151515. Windows color (decimal): -16251504 or 9438472. OLE color: 9438472.

HSL color Cylindrical-coordinate representation of color #080590: hue angle of 241.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080590 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 5 144 -
CMYK 0.94 0.97 0 0.44
HSL 241.3º 0.93% 0.29% -
HSV(B) 241.3º 0.97% 0.56% -
XYZ 5.19 2.17 26.53 -
YUV 21.74 196.99 118.2 -
System Red Green Blue C M Y K H S L
Decimal 8 5 144 0.94 0.97 0 0.44 241.3 0.93 0.29
Hex 8 5 90 5E 61 0 2C F1 5D 1D
Octal 10 5 220 136 141 0 54 361 135 35
Binary 1000 101 10010000 1011110 1100001 0 101100 11110001 1011101 11101

Color Harmonies of #080590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080590

Black with #080590

Text Example


Text Example

White with #080590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080590; }

 p { color: rgb(8,5,144); }

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

background-color css

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

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

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

border-color css

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

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

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