#021887

Color #021887 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #021887

Tints of Dark Blue #021887

Color information

#021887 (or 0x021887) is unknown color: approx Dark Blue. HEX triplet: 02, 18 and 87. RGB value is (2,24,135). Sum of RGB (Red+Green+Blue) = 2+24+135=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #021887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021887 is #FDE778. Grayscale: #1D1D1D. Windows color (decimal): -16639865 or 8853506. OLE color: 8853506.

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

Color convert

RGB224135-
CMYK0.990.8200.47
HSL230.08º97.08%26.86%-
HSV(B)230.08º98.52%52.94%-
XYZ4.722.4223.14-
YUV30.08187.21107.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 135 (53.12% from 255) = 83.85%
R=1.24%
G=14.91%
B=83.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2241350.990.8200.47230.0897.0826.86
Hex21887635202Fe6611b
Octal23020714312205734614133
Binary10110001000011111000111010010010111111100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021887; }

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

 H1.HeaderClassName
 {
   color: #021887;
 }
 .AnyTagClassName
 {
   color: #021887;
 }
</style>
background-color css

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

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

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

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

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

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