Html Css Color HEX #021287 Dark Blue

📋 copy color: '#021287'

red 2 ◦ green 18 ◦ blue 135

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

Shades of Dark Blue #021287

Tints of Dark Blue #021287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

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

R = 1.29%
G = 11.61%
B = 87.1%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#021287 (or 0x021287) is known color: Dark Blue. HEX triplet: 02, 12 and 87. RGB value is (2,18,135). Sum of RGB (Red+Green+Blue) = 2+18+135=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #021287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021287 is #FDED78. Grayscale: #1A1A1A. Windows color (decimal): -16641401 or 8851970. OLE color: 8851970.

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

Color convert

RGB 2 18 135 -
CMYK 0.99 0.87 0 0.47
HSL 232.78º 0.97% 0.27% -
HSV(B) 232.78º 0.99% 0.53% -
XYZ 4.61 2.19 23.1 -
YUV 26.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 2 18 135 0.99 0.87 0 0.47 232.78 0.97 0.27
Hex 2 12 87 63 57 0 2F E9 61 1B
Octal 2 22 207 143 127 0 57 351 141 33
Binary 10 10010 10000111 1100011 1010111 0 101111 11101001 1100001 11011

Color Harmonies of #021287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021287

Black with #021287

Text Example


Text Example

White with #021287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021287; }

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

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

background-color css

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

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

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

border-color css

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

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

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