Html Css Color HEX #021693 Dark Blue

📋 copy color: '#021693'

red 2 ◦ green 22 ◦ blue 147

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

Shades of Dark Blue #021693

Tints of Dark Blue #021693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

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

R = 1.17%
G = 12.87%
B = 85.96%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021693 (or 0x021693) is known color: Dark Blue. HEX triplet: 02, 16 and 93. RGB value is (2,22,147). Sum of RGB (Red+Green+Blue) = 2+22+147=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 147 (57.81% from 255 or 85.96% from 171); Max value from RGB is 147 - color contains mainly: blue. Hex color #021693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021693 is #FDE96C. Grayscale: #1D1D1D. Windows color (decimal): -16640365 or 9639426. OLE color: 9639426.

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

Color convert

RGB 2 22 147 -
CMYK 0.99 0.85 0 0.42
HSL 231.72º 0.97% 0.29% -
HSV(B) 231.72º 0.99% 0.58% -
XYZ 5.58 2.69 27.83 -
YUV 30.27 193.87 107.84 -
System Red Green Blue C M Y K H S L
Decimal 2 22 147 0.99 0.85 0 0.42 231.72 0.97 0.29
Hex 2 16 93 63 55 0 2A E8 61 1D
Octal 2 26 223 143 125 0 52 350 141 35
Binary 10 10110 10010011 1100011 1010101 0 101010 11101000 1100001 11101

Color Harmonies of #021693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021693

Black with #021693

Text Example


Text Example

White with #021693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021693; }

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

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

background-color css

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

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

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

border-color css

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

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

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