Html Css Color HEX #011139 Midnight Express

📋 copy color: '#011139'

red 1 ◦ green 17 ◦ blue 57

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

Shades of Midnight Express #011139

Tints of Midnight Express #011139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 76%

R = 1.33%
G = 22.67%
B = 76%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#011139 (or 0x011139) is known color: Midnight Express. HEX triplet: 01, 11 and 39. RGB value is (1,17,57). Sum of RGB (Red+Green+Blue) = 1+17+57=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 57 (22.66% from 255 or 76% from 75); Max value from RGB is 57 - color contains mainly: blue. Hex color #011139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011139 is #FEEEC6. Grayscale: #101010. Windows color (decimal): -16707271 or 3739905. OLE color: 3739905.

HSL color Cylindrical-coordinate representation of color #011139: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011139 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 17 57 -
CMYK 0.98 0.70 0 0.78
HSL 222.86º 0.97% 0.11% -
HSV(B) 222.86º 0.98% 0.22% -
XYZ 0.95 0.7 3.96 -
YUV 16.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 1 17 57 0.98 0.70 0 0.78 222.86 0.97 0.11
Hex 1 11 39 62 46 0 4E DF 61 B
Octal 1 21 71 142 106 0 116 337 141 13
Binary 1 10001 111001 1100010 1000110 0 1001110 11011111 1100001 1011

Color Harmonies of #011139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011139

Black with #011139

Text Example


Text Example

White with #011139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011139; }

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

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

background-color css

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

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

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

border-color css

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

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

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