Html Css Color HEX #020591 Dark Blue

📋 copy color: '#020591'

red 2 ◦ green 5 ◦ blue 145

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

Shades of Dark Blue #020591

Tints of Dark Blue #020591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 1.32%
G = 3.29%
B = 95.39%

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

#020591 (or 0x020591) is known color: Dark Blue. HEX triplet: 02, 05 and 91. RGB value is (2,5,145). Sum of RGB (Red+Green+Blue) = 2+5+145=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 145 (57.03% from 255 or 95.39% from 152); Max value from RGB is 145 - color contains mainly: blue. Hex color #020591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020591 is #FDFA6E. Grayscale: #131313. Windows color (decimal): -16644719 or 9504002. OLE color: 9504002.

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

Color convert

RGB 2 5 145 -
CMYK 0.99 0.97 0 0.43
HSL 238.74º 0.97% 0.29% -
HSV(B) 238.74º 0.99% 0.57% -
XYZ 5.19 2.17 26.93 -
YUV 20.06 198.51 115.12 -
System Red Green Blue C M Y K H S L
Decimal 2 5 145 0.99 0.97 0 0.43 238.74 0.97 0.29
Hex 2 5 91 63 61 0 2B EF 61 1D
Octal 2 5 221 143 141 0 53 357 141 35
Binary 10 101 10010001 1100011 1100001 0 101011 11101111 1100001 11101

Color Harmonies of #020591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020591

Black with #020591

Text Example


Text Example

White with #020591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020591; }

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

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

background-color css

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

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

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

border-color css

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

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

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