Html Css Color HEX #080488 Dark Blue

📋 copy color: '#080488'

red 8 ◦ green 4 ◦ blue 136

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

Shades of Dark Blue #080488

Tints of Dark Blue #080488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 91.89%

R = 5.41%
G = 2.7%
B = 91.89%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#080488 (or 0x080488) is known color: Dark Blue. HEX triplet: 08, 04 and 88. RGB value is (8,4,136). Sum of RGB (Red+Green+Blue) = 8+4+136=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 136 (53.52% from 255 or 91.89% from 148); Max value from RGB is 136 - color contains mainly: blue. Hex color #080488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080488 is #F7FB77. Grayscale: #131313. Windows color (decimal): -16251768 or 8913928. OLE color: 8913928.

HSL color Cylindrical-coordinate representation of color #080488: hue angle of 241.82º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080488 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 4 136 -
CMYK 0.94 0.97 0 0.47
HSL 241.82º 0.94% 0.27% -
HSV(B) 241.82º 0.97% 0.53% -
XYZ 4.59 1.92 23.42 -
YUV 20.24 193.33 119.27 -
System Red Green Blue C M Y K H S L
Decimal 8 4 136 0.94 0.97 0 0.47 241.82 0.94 0.27
Hex 8 4 88 5E 61 0 2F F2 5E 1B
Octal 10 4 210 136 141 0 57 362 136 33
Binary 1000 100 10001000 1011110 1100001 0 101111 11110010 1011110 11011

Color Harmonies of #080488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080488

Black with #080488

Text Example


Text Example

White with #080488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080488; }

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

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

background-color css

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

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

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

border-color css

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

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

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