Html Css Color HEX #000587 Dark Blue

📋 copy color: '#000587'

red 0 ◦ green 5 ◦ blue 135

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

Shades of Dark Blue #000587

Tints of Dark Blue #000587

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 3.57%
B = 96.43%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#000587 (or 0x000587) is known color: Dark Blue. HEX triplet: 00, 05 and 87. RGB value is (0,5,135). Sum of RGB (Red+Green+Blue) = 0+5+135=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 135 (53.12% from 255 or 96.43% from 140); Max value from RGB is 135 - color contains mainly: blue. Hex color #000587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000587 is #FFFA78. Grayscale: #111111. Windows color (decimal): -16775801 or 8848640. OLE color: 8848640.

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

Color convert

RGB 0 5 135 -
CMYK 1 0.96 0 0.47
HSL 237.78º 1% 0.26% -
HSV(B) 237.78º 1% 0.53% -
XYZ 4.43 1.86 23.05 -
YUV 18.33 193.84 114.93 -
System Red Green Blue C M Y K H S L
Decimal 0 5 135 1 0.96 0 0.47 237.78 1 0.26
Hex 0 5 87 64 60 0 2F EE 64 1A
Octal 0 5 207 144 140 0 57 356 144 32
Binary 0 101 10000111 1100100 1100000 0 101111 11101110 1100100 11010

Color Harmonies of #000587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000587

Black with #000587

Text Example


Text Example

White with #000587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000587; }

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

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

background-color css

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

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

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

border-color css

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

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

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