Html Css Color HEX #021489 Dark Blue

📋 copy color: '#021489'

red 2 ◦ green 20 ◦ blue 137

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

Shades of Dark Blue #021489

Tints of Dark Blue #021489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

 BLUE value IS 137 (53.91% from 255) = 86.16%

R = 1.26%
G = 12.58%
B = 86.16%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#021489 (or 0x021489) is known color: Dark Blue. HEX triplet: 02, 14 and 89. RGB value is (2,20,137). Sum of RGB (Red+Green+Blue) = 2+20+137=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 137 (53.91% from 255 or 86.16% from 159); Max value from RGB is 137 - color contains mainly: blue. Hex color #021489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021489 is #FDEB76. Grayscale: #1B1B1B. Windows color (decimal): -16640887 or 8983554. OLE color: 8983554.

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

Color convert

RGB 2 20 137 -
CMYK 0.99 0.85 0 0.46
HSL 232º 0.97% 0.27% -
HSV(B) 232º 0.99% 0.54% -
XYZ 4.79 2.32 23.86 -
YUV 27.96 189.54 109.49 -
System Red Green Blue C M Y K H S L
Decimal 2 20 137 0.99 0.85 0 0.46 232 0.97 0.27
Hex 2 14 89 63 55 0 2E E8 61 1B
Octal 2 24 211 143 125 0 56 350 141 33
Binary 10 10100 10001001 1100011 1010101 0 101110 11101000 1100001 11011

Color Harmonies of #021489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021489

Black with #021489

Text Example


Text Example

White with #021489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021489; }

 p { color: rgb(2,20,137); }

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

background-color css

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

 a { background-color: rgb(2,20,137); }

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

border-color css

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

 span { border-color: rgb(2,20,137); }

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