Html Css Color HEX #021290 Dark Blue

📋 copy color: '#021290'

red 2 ◦ green 18 ◦ blue 144

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

Shades of Dark Blue #021290

Tints of Dark Blue #021290

RGB

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

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

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

R = 1.22%
G = 10.98%
B = 87.8%

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

#021290 (or 0x021290) is known color: Dark Blue. HEX triplet: 02, 12 and 90. RGB value is (2,18,144). Sum of RGB (Red+Green+Blue) = 2+18+144=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #021290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021290 is #FDED6F. Grayscale: #1B1B1B. Windows color (decimal): -16641392 or 9441794. OLE color: 9441794.

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

Color convert

RGB 2 18 144 -
CMYK 0.99 0.88 0 0.44
HSL 233.24º 0.97% 0.29% -
HSV(B) 233.24º 0.99% 0.56% -
XYZ 5.28 2.46 26.58 -
YUV 27.58 193.7 109.75 -
System Red Green Blue C M Y K H S L
Decimal 2 18 144 0.99 0.88 0 0.44 233.24 0.97 0.29
Hex 2 12 90 63 58 0 2C E9 61 1D
Octal 2 22 220 143 130 0 54 351 141 35
Binary 10 10010 10010000 1100011 1011000 0 101100 11101001 1100001 11101

Color Harmonies of #021290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021290

Black with #021290

Text Example


Text Example

White with #021290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021290; }

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

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

background-color css

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

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

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

border-color css

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

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

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