Html Css Color HEX #021293 Dark Blue

📋 copy color: '#021293'

red 2 ◦ green 18 ◦ blue 147

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

Shades of Dark Blue #021293

Tints of Dark Blue #021293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

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

R = 1.2%
G = 10.78%
B = 88.02%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021293 (or 0x021293) is known color: Dark Blue. HEX triplet: 02, 12 and 93. RGB value is (2,18,147). Sum of RGB (Red+Green+Blue) = 2+18+147=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 147 (57.81% from 255 or 88.02% from 167); Max value from RGB is 147 - color contains mainly: blue. Hex color #021293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021293 is #FDED6C. Grayscale: #1B1B1B. Windows color (decimal): -16641389 or 9638402. OLE color: 9638402.

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

Color convert

RGB 2 18 147 -
CMYK 0.99 0.88 0 0.42
HSL 233.38º 0.97% 0.29% -
HSV(B) 233.38º 0.99% 0.58% -
XYZ 5.51 2.55 27.81 -
YUV 27.92 195.2 109.51 -
System Red Green Blue C M Y K H S L
Decimal 2 18 147 0.99 0.88 0 0.42 233.38 0.97 0.29
Hex 2 12 93 63 58 0 2A E9 61 1D
Octal 2 22 223 143 130 0 52 351 141 35
Binary 10 10010 10010011 1100011 1011000 0 101010 11101001 1100001 11101

Color Harmonies of #021293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021293

Black with #021293

Text Example


Text Example

White with #021293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021293; }

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

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

background-color css

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

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

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

border-color css

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

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

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