Html Css Color HEX #021136 Midnight Express

📋 copy color: '#021136'

red 2 ◦ green 17 ◦ blue 54

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

Shades of Midnight Express #021136

Tints of Midnight Express #021136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.29%

 BLUE value IS 54 (21.48% from 255) = 73.97%

R = 2.74%
G = 23.29%
B = 73.97%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#021136 (or 0x021136) is known color: Midnight Express. HEX triplet: 02, 11 and 36. RGB value is (2,17,54). Sum of RGB (Red+Green+Blue) = 2+17+54=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 54 (21.48% from 255 or 73.97% from 73); Max value from RGB is 54 - color contains mainly: blue. Hex color #021136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021136 is #FDEEC9. Grayscale: #101010. Windows color (decimal): -16641738 or 3543298. OLE color: 3543298.

HSL color Cylindrical-coordinate representation of color #021136: hue angle of 222.69º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021136 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 17 54 -
CMYK 0.96 0.69 0 0.79
HSL 222.69º 0.93% 0.11% -
HSV(B) 222.69º 0.96% 0.21% -
XYZ 0.89 0.68 3.57 -
YUV 16.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 2 17 54 0.96 0.69 0 0.79 222.69 0.93 0.11
Hex 2 11 36 60 45 0 4F DF 5D B
Octal 2 21 66 140 105 0 117 337 135 13
Binary 10 10001 110110 1100000 1000101 0 1001111 11011111 1011101 1011

Color Harmonies of #021136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021136

Black with #021136

Text Example


Text Example

White with #021136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021136; }

 p { color: rgb(2,17,54); }

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

background-color css

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

 a { background-color: rgb(2,17,54); }

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

border-color css

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

 span { border-color: rgb(2,17,54); }

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