Html Css Color HEX #021587 Dark Blue

📋 copy color: '#021587'

red 2 ◦ green 21 ◦ blue 135

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

Shades of Dark Blue #021587

Tints of Dark Blue #021587

RGB

 RED value IS 2 (1.17% from 255) = 1.27%

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

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

R = 1.27%
G = 13.29%
B = 85.44%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#021587 (or 0x021587) is known color: Dark Blue. HEX triplet: 02, 15 and 87. RGB value is (2,21,135). Sum of RGB (Red+Green+Blue) = 2+21+135=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 135 (53.12% from 255 or 85.44% from 158); Max value from RGB is 135 - color contains mainly: blue. Hex color #021587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021587 is #FDEA78. Grayscale: #1B1B1B. Windows color (decimal): -16640633 or 8852738. OLE color: 8852738.

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

Color convert

RGB 2 21 135 -
CMYK 0.99 0.84 0 0.47
HSL 231.43º 0.97% 0.27% -
HSV(B) 231.43º 0.99% 0.53% -
XYZ 4.67 2.3 23.12 -
YUV 28.32 188.21 109.23 -
System Red Green Blue C M Y K H S L
Decimal 2 21 135 0.99 0.84 0 0.47 231.43 0.97 0.27
Hex 2 15 87 63 54 0 2F E7 61 1B
Octal 2 25 207 143 124 0 57 347 141 33
Binary 10 10101 10000111 1100011 1010100 0 101111 11100111 1100001 11011

Color Harmonies of #021587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021587

Black with #021587

Text Example


Text Example

White with #021587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021587; }

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

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

background-color css

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

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

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

border-color css

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

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

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