Html Css Color HEX #011132 Midnight Express

📋 copy color: '#011132'

red 1 ◦ green 17 ◦ blue 50

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

Shades of Midnight Express #011132

Tints of Midnight Express #011132

RGB

 RED value IS 1 (0.78% from 255) = 1.47%

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

 BLUE value IS 50 (19.92% from 255) = 73.53%

R = 1.47%
G = 25%
B = 73.53%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#011132 (or 0x011132) is known color: Midnight Express. HEX triplet: 01, 11 and 32. RGB value is (1,17,50). Sum of RGB (Red+Green+Blue) = 1+17+50=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #011132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011132 is #FEEECD. Grayscale: #0F0F0F. Windows color (decimal): -16707278 or 3281153. OLE color: 3281153.

HSL color Cylindrical-coordinate representation of color #011132: hue angle of 220.41º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011132 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 17 50 -
CMYK 0.98 0.66 0 0.80
HSL 220.41º 0.96% 0.1% -
HSV(B) 220.41º 0.98% 0.2% -
XYZ 0.79 0.64 3.1 -
YUV 15.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 1 17 50 0.98 0.66 0 0.80 220.41 0.96 0.1
Hex 1 11 32 62 42 0 50 DC 60 A
Octal 1 21 62 142 102 0 120 334 140 12
Binary 1 10001 110010 1100010 1000010 0 1010000 11011100 1100000 1010

Color Harmonies of #011132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011132

Black with #011132

Text Example


Text Example

White with #011132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011132; }

 p { color: rgb(1,17,50); }

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

background-color css

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

 a { background-color: rgb(1,17,50); }

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

border-color css

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

 span { border-color: rgb(1,17,50); }

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