Html Css Color HEX #020593 Dark Blue

📋 copy color: '#020593'

red 2 ◦ green 5 ◦ blue 147

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

Shades of Dark Blue #020593

Tints of Dark Blue #020593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 95.45%

R = 1.3%
G = 3.25%
B = 95.45%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020593 (or 0x020593) is known color: Dark Blue. HEX triplet: 02, 05 and 93. RGB value is (2,5,147). Sum of RGB (Red+Green+Blue) = 2+5+147=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 147 (57.81% from 255 or 95.45% from 154); Max value from RGB is 147 - color contains mainly: blue. Hex color #020593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020593 is #FDFA6C. Grayscale: #131313. Windows color (decimal): -16644717 or 9635074. OLE color: 9635074.

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

Color convert

RGB 2 5 147 -
CMYK 0.99 0.97 0 0.42
HSL 238.76º 0.97% 0.29% -
HSV(B) 238.76º 0.99% 0.58% -
XYZ 5.35 2.23 27.75 -
YUV 20.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 2 5 147 0.99 0.97 0 0.42 238.76 0.97 0.29
Hex 2 5 93 63 61 0 2A EF 61 1D
Octal 2 5 223 143 141 0 52 357 141 35
Binary 10 101 10010011 1100011 1100001 0 101010 11101111 1100001 11101

Color Harmonies of #020593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020593

Black with #020593

Text Example


Text Example

White with #020593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020593; }

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

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

background-color css

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

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

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

border-color css

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

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

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