Html Css Color HEX #021593 Dark Blue

📋 copy color: '#021593'

red 2 ◦ green 21 ◦ blue 147

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

Shades of Dark Blue #021593

Tints of Dark Blue #021593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 1.18%
G = 12.35%
B = 86.47%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021593 (or 0x021593) is known color: Dark Blue. HEX triplet: 02, 15 and 93. RGB value is (2,21,147). Sum of RGB (Red+Green+Blue) = 2+21+147=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 147 (57.81% from 255 or 86.47% from 170); Max value from RGB is 147 - color contains mainly: blue. Hex color #021593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021593 is #FDEA6C. Grayscale: #1D1D1D. Windows color (decimal): -16640621 or 9639170. OLE color: 9639170.

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

Color convert

RGB 2 21 147 -
CMYK 0.99 0.86 0 0.42
HSL 232.14º 0.97% 0.29% -
HSV(B) 232.14º 0.99% 0.58% -
XYZ 5.56 2.66 27.82 -
YUV 29.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 2 21 147 0.99 0.86 0 0.42 232.14 0.97 0.29
Hex 2 15 93 63 56 0 2A E8 61 1D
Octal 2 25 223 143 126 0 52 350 141 35
Binary 10 10101 10010011 1100011 1010110 0 101010 11101000 1100001 11101

Color Harmonies of #021593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021593

Black with #021593

Text Example


Text Example

White with #021593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021593; }

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

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

background-color css

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

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

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

border-color css

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

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

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