Html Css Color HEX #001587 Dark Blue

📋 copy color: '#001587'

red 0 ◦ green 21 ◦ blue 135

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

Shades of Dark Blue #001587

Tints of Dark Blue #001587

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

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

R = 0%
G = 13.46%
B = 86.54%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#001587 (or 0x001587) is known color: Dark Blue. HEX triplet: 00, 15 and 87. RGB value is (0,21,135). Sum of RGB (Red+Green+Blue) = 0+21+135=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 135 (53.12% from 255 or 86.54% from 156); Max value from RGB is 135 - color contains mainly: blue. Hex color #001587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001587 is #FFEA78. Grayscale: #1B1B1B. Windows color (decimal): -16771705 or 8852736. OLE color: 8852736.

HSL color Cylindrical-coordinate representation of color #001587: hue angle of 230.67º 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 #001587 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 21 135 -
CMYK 1 0.84 0 0.47
HSL 230.67º 1% 0.26% -
HSV(B) 230.67º 1% 0.53% -
XYZ 4.64 2.29 23.12 -
YUV 27.72 188.54 108.23 -
System Red Green Blue C M Y K H S L
Decimal 0 21 135 1 0.84 0 0.47 230.67 1 0.26
Hex 0 15 87 64 54 0 2F E7 64 1A
Octal 0 25 207 144 124 0 57 347 144 32
Binary 0 10101 10000111 1100100 1010100 0 101111 11100111 1100100 11010

Color Harmonies of #001587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001587

Black with #001587

Text Example


Text Example

White with #001587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001587; }

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

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

background-color css

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

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

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

border-color css

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

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

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