Html Css Color HEX #080587 Dark Blue

📋 copy color: '#080587'

red 8 ◦ green 5 ◦ blue 135

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

Shades of Dark Blue #080587

Tints of Dark Blue #080587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 91.22%

R = 5.41%
G = 3.38%
B = 91.22%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#080587 (or 0x080587) is known color: Dark Blue. HEX triplet: 08, 05 and 87. RGB value is (8,5,135). Sum of RGB (Red+Green+Blue) = 8+5+135=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 135 (53.12% from 255 or 91.22% from 148); Max value from RGB is 135 - color contains mainly: blue. Hex color #080587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080587 is #F7FA78. Grayscale: #141414. Windows color (decimal): -16251513 or 8848648. OLE color: 8848648.

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

Color convert

RGB 8 5 135 -
CMYK 0.94 0.96 0 0.47
HSL 241.38º 0.93% 0.27% -
HSV(B) 241.38º 0.96% 0.53% -
XYZ 4.53 1.91 23.05 -
YUV 20.72 192.49 118.93 -
System Red Green Blue C M Y K H S L
Decimal 8 5 135 0.94 0.96 0 0.47 241.38 0.93 0.27
Hex 8 5 87 5E 60 0 2F F1 5D 1B
Octal 10 5 207 136 140 0 57 361 135 33
Binary 1000 101 10000111 1011110 1100000 0 101111 11110001 1011101 11011

Color Harmonies of #080587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080587

Black with #080587

Text Example


Text Example

White with #080587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080587; }

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

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

background-color css

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

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

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

border-color css

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

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

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