Html Css Color HEX #011133 Midnight Express

📋 copy color: '#011133'

red 1 ◦ green 17 ◦ blue 51

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

Shades of Midnight Express #011133

Tints of Midnight Express #011133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 73.91%

R = 1.45%
G = 24.64%
B = 73.91%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#011133 (or 0x011133) is known color: Midnight Express. HEX triplet: 01, 11 and 33. RGB value is (1,17,51). Sum of RGB (Red+Green+Blue) = 1+17+51=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 51 (20.31% from 255 or 73.91% from 69); Max value from RGB is 51 - color contains mainly: blue. Hex color #011133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011133 is #FEEECC. Grayscale: #0F0F0F. Windows color (decimal): -16707277 or 3346689. OLE color: 3346689.

HSL color Cylindrical-coordinate representation of color #011133: hue angle of 220.8º 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 #011133 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 17 51 -
CMYK 0.98 0.67 0 0.8
HSL 220.8º 0.96% 0.1% -
HSV(B) 220.8º 0.98% 0.2% -
XYZ 0.81 0.65 3.21 -
YUV 16.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 1 17 51 0.98 0.67 0 0.8 220.8 0.96 0.1
Hex 1 11 33 62 43 0 50 DD 60 A
Octal 1 21 63 142 103 0 120 335 140 12
Binary 1 10001 110011 1100010 1000011 0 1010000 11011101 1100000 1010

Color Harmonies of #011133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011133

Black with #011133

Text Example


Text Example

White with #011133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011133; }

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

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

background-color css

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

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

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

border-color css

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

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

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