Html Css Color HEX #021392 Dark Blue

📋 copy color: '#021392'

red 2 ◦ green 19 ◦ blue 146

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

Shades of Dark Blue #021392

Tints of Dark Blue #021392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 146 (57.42% from 255) = 87.43%

R = 1.2%
G = 11.38%
B = 87.43%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#021392 (or 0x021392) is known color: Dark Blue. HEX triplet: 02, 13 and 92. RGB value is (2,19,146). Sum of RGB (Red+Green+Blue) = 2+19+146=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #021392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021392 is #FDEC6D. Grayscale: #1B1B1B. Windows color (decimal): -16641134 or 9573122. OLE color: 9573122.

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

Color convert

RGB 2 19 146 -
CMYK 0.99 0.87 0 0.43
HSL 232.92º 0.97% 0.29% -
HSV(B) 232.92º 0.99% 0.57% -
XYZ 5.45 2.55 27.4 -
YUV 28.4 194.37 109.17 -
System Red Green Blue C M Y K H S L
Decimal 2 19 146 0.99 0.87 0 0.43 232.92 0.97 0.29
Hex 2 13 92 63 57 0 2B E9 61 1D
Octal 2 23 222 143 127 0 53 351 141 35
Binary 10 10011 10010010 1100011 1010111 0 101011 11101001 1100001 11101

Color Harmonies of #021392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021392

Black with #021392

Text Example


Text Example

White with #021392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021392; }

 p { color: rgb(2,19,146); }

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

background-color css

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

 a { background-color: rgb(2,19,146); }

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

border-color css

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

 span { border-color: rgb(2,19,146); }

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