Html Css Color HEX #021589 Dark Blue

📋 copy color: '#021589'

red 2 ◦ green 21 ◦ blue 137

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

Shades of Dark Blue #021589

Tints of Dark Blue #021589

RGB

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

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

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

R = 1.25%
G = 13.13%
B = 85.63%

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

#021589 (or 0x021589) is known color: Dark Blue. HEX triplet: 02, 15 and 89. RGB value is (2,21,137). Sum of RGB (Red+Green+Blue) = 2+21+137=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #021589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021589 is #FDEA76. Grayscale: #1C1C1C. Windows color (decimal): -16640631 or 8983810. OLE color: 8983810.

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

Color convert

RGB 2 21 137 -
CMYK 0.99 0.85 0 0.46
HSL 231.56º 0.97% 0.27% -
HSV(B) 231.56º 0.99% 0.54% -
XYZ 4.81 2.36 23.87 -
YUV 28.54 189.21 109.07 -
System Red Green Blue C M Y K H S L
Decimal 2 21 137 0.99 0.85 0 0.46 231.56 0.97 0.27
Hex 2 15 89 63 55 0 2E E8 61 1B
Octal 2 25 211 143 125 0 56 350 141 33
Binary 10 10101 10001001 1100011 1010101 0 101110 11101000 1100001 11011

Color Harmonies of #021589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021589

Black with #021589

Text Example


Text Example

White with #021589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021589; }

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

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

background-color css

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

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

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

border-color css

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

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

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