Html Css Color HEX #021689 Dark Blue

📋 copy color: '#021689'

red 2 ◦ green 22 ◦ blue 137

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

Shades of Dark Blue #021689

Tints of Dark Blue #021689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

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

R = 1.24%
G = 13.66%
B = 85.09%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#021689 (or 0x021689) is known color: Dark Blue. HEX triplet: 02, 16 and 89. RGB value is (2,22,137). Sum of RGB (Red+Green+Blue) = 2+22+137=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 137 (53.91% from 255 or 85.09% from 161); Max value from RGB is 137 - color contains mainly: blue. Hex color #021689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021689 is #FDE976. Grayscale: #1C1C1C. Windows color (decimal): -16640375 or 8984066. OLE color: 8984066.

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

Color convert

RGB 2 22 137 -
CMYK 0.99 0.84 0 0.46
HSL 231.11º 0.97% 0.27% -
HSV(B) 231.11º 0.99% 0.54% -
XYZ 4.83 2.39 23.87 -
YUV 29.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 2 22 137 0.99 0.84 0 0.46 231.11 0.97 0.27
Hex 2 16 89 63 54 0 2E E7 61 1B
Octal 2 26 211 143 124 0 56 347 141 33
Binary 10 10110 10001001 1100011 1010100 0 101110 11100111 1100001 11011

Color Harmonies of #021689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021689

Black with #021689

Text Example


Text Example

White with #021689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021689; }

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

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

background-color css

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

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

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

border-color css

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

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

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