Html Css Color HEX #021246 Midnight Express

📋 copy color: '#021246'

red 2 ◦ green 18 ◦ blue 70

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

Shades of Midnight Express #021246

Tints of Midnight Express #021246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 77.78%

R = 2.22%
G = 20%
B = 77.78%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021246 (or 0x021246) is known color: Midnight Express. HEX triplet: 02, 12 and 46. RGB value is (2,18,70). Sum of RGB (Red+Green+Blue) = 2+18+70=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #021246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021246 is #FDEDB9. Grayscale: #121212. Windows color (decimal): -16641466 or 4592130. OLE color: 4592130.

HSL color Cylindrical-coordinate representation of color #021246: hue angle of 225.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021246 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 18 70 -
CMYK 0.97 0.74 0 0.73
HSL 225.88º 0.94% 0.14% -
HSV(B) 225.88º 0.97% 0.27% -
XYZ 1.35 0.89 5.89 -
YUV 19.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 2 18 70 0.97 0.74 0 0.73 225.88 0.94 0.14
Hex 2 12 46 61 4A 0 49 E2 5E E
Octal 2 22 106 141 112 0 111 342 136 16
Binary 10 10010 1000110 1100001 1001010 0 1001001 11100010 1011110 1110

Color Harmonies of #021246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021246

Black with #021246

Text Example


Text Example

White with #021246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021246; }

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

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

background-color css

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

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

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

border-color css

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

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

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