Html Css Color HEX #020491 Dark Blue

📋 copy color: '#020491'

red 2 ◦ green 4 ◦ blue 145

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

Shades of Dark Blue #020491

Tints of Dark Blue #020491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 96.03%

R = 1.32%
G = 2.65%
B = 96.03%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#020491 (or 0x020491) is known color: Dark Blue. HEX triplet: 02, 04 and 91. RGB value is (2,4,145). Sum of RGB (Red+Green+Blue) = 2+4+145=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 145 (57.03% from 255 or 96.03% from 151); Max value from RGB is 145 - color contains mainly: blue. Hex color #020491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020491 is #FDFB6E. Grayscale: #121212. Windows color (decimal): -16644975 or 9503746. OLE color: 9503746.

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

Color convert

RGB 2 4 145 -
CMYK 0.99 0.97 0 0.43
HSL 239.16º 0.97% 0.29% -
HSV(B) 239.16º 0.99% 0.57% -
XYZ 5.18 2.14 26.93 -
YUV 19.48 198.84 115.54 -
System Red Green Blue C M Y K H S L
Decimal 2 4 145 0.99 0.97 0 0.43 239.16 0.97 0.29
Hex 2 4 91 63 61 0 2B EF 61 1D
Octal 2 4 221 143 141 0 53 357 141 35
Binary 10 100 10010001 1100011 1100001 0 101011 11101111 1100001 11101

Color Harmonies of #020491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020491

Black with #020491

Text Example


Text Example

White with #020491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020491; }

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

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

background-color css

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

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

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

border-color css

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

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

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