Html Css Color HEX #080490 Dark Blue

📋 copy color: '#080490'

red 8 ◦ green 4 ◦ blue 144

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

Shades of Dark Blue #080490

Tints of Dark Blue #080490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 5.13%
G = 2.56%
B = 92.31%

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

#080490 (or 0x080490) is known color: Dark Blue. HEX triplet: 08, 04 and 90. RGB value is (8,4,144). Sum of RGB (Red+Green+Blue) = 8+4+144=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 144 (56.64% from 255 or 92.31% from 156); Max value from RGB is 144 - color contains mainly: blue. Hex color #080490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080490 is #F7FB6F. Grayscale: #141414. Windows color (decimal): -16251760 or 9438216. OLE color: 9438216.

HSL color Cylindrical-coordinate representation of color #080490: hue angle of 241.71º degrees, saturation: 0.95, 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 #080490 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 4 144 -
CMYK 0.94 0.97 0 0.44
HSL 241.71º 0.95% 0.29% -
HSV(B) 241.71º 0.97% 0.56% -
XYZ 5.18 2.15 26.53 -
YUV 21.16 197.33 118.62 -
System Red Green Blue C M Y K H S L
Decimal 8 4 144 0.94 0.97 0 0.44 241.71 0.95 0.29
Hex 8 4 90 5E 61 0 2C F2 5F 1D
Octal 10 4 220 136 141 0 54 362 137 35
Binary 1000 100 10010000 1011110 1100001 0 101100 11110010 1011111 11101

Color Harmonies of #080490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080490

Black with #080490

Text Example


Text Example

White with #080490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080490; }

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

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

background-color css

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

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

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

border-color css

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

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

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