Html Css Color HEX #020490 Dark Blue

📋 copy color: '#020490'

red 2 ◦ green 4 ◦ blue 144

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

Shades of Dark Blue #020490

Tints of Dark Blue #020490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 1.33%
G = 2.67%
B = 96%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#020490 (or 0x020490) is known color: Dark Blue. HEX triplet: 02, 04 and 90. RGB value is (2,4,144). Sum of RGB (Red+Green+Blue) = 2+4+144=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 144 (56.64% from 255 or 96% from 150); Max value from RGB is 144 - color contains mainly: blue. Hex color #020490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020490 is #FDFB6F. Grayscale: #121212. Windows color (decimal): -16644976 or 9438210. OLE color: 9438210.

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

Color convert

RGB 2 4 144 -
CMYK 0.99 0.97 0 0.44
HSL 239.15º 0.97% 0.29% -
HSV(B) 239.15º 0.99% 0.56% -
XYZ 5.1 2.11 26.52 -
YUV 19.36 198.34 115.62 -
System Red Green Blue C M Y K H S L
Decimal 2 4 144 0.99 0.97 0 0.44 239.15 0.97 0.29
Hex 2 4 90 63 61 0 2C EF 61 1D
Octal 2 4 220 143 141 0 54 357 141 35
Binary 10 100 10010000 1100011 1100001 0 101100 11101111 1100001 11101

Color Harmonies of #020490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020490

Black with #020490

Text Example


Text Example

White with #020490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020490; }

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

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

background-color css

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

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

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

border-color css

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

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

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