Html Css Color HEX #021190 Dark Blue

📋 copy color: '#021190'

red 2 ◦ green 17 ◦ blue 144

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

Shades of Dark Blue #021190

Tints of Dark Blue #021190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

 BLUE value IS 144 (56.64% from 255) = 88.34%

R = 1.23%
G = 10.43%
B = 88.34%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#021190 (or 0x021190) is known color: Dark Blue. HEX triplet: 02, 11 and 90. RGB value is (2,17,144). Sum of RGB (Red+Green+Blue) = 2+17+144=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 144 (56.64% from 255 or 88.34% from 163); Max value from RGB is 144 - color contains mainly: blue. Hex color #021190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021190 is #FDEE6F. Grayscale: #1A1A1A. Windows color (decimal): -16641648 or 9441538. OLE color: 9441538.

HSL color Cylindrical-coordinate representation of color #021190: hue angle of 233.66º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021190 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 17 144 -
CMYK 0.99 0.88 0 0.44
HSL 233.66º 0.97% 0.29% -
HSV(B) 233.66º 0.99% 0.56% -
XYZ 5.26 2.43 26.58 -
YUV 26.99 194.03 110.17 -
System Red Green Blue C M Y K H S L
Decimal 2 17 144 0.99 0.88 0 0.44 233.66 0.97 0.29
Hex 2 11 90 63 58 0 2C EA 61 1D
Octal 2 21 220 143 130 0 54 352 141 35
Binary 10 10001 10010000 1100011 1011000 0 101100 11101010 1100001 11101

Color Harmonies of #021190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021190

Black with #021190

Text Example


Text Example

White with #021190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021190; }

 p { color: rgb(2,17,144); }

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

background-color css

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

 a { background-color: rgb(2,17,144); }

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

border-color css

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

 span { border-color: rgb(2,17,144); }

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