Html Css Color HEX #111142 Midnight Express

📋 copy color: '#111142'

red 17 ◦ green 17 ◦ blue 66

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

Shades of Midnight Express #111142

Tints of Midnight Express #111142

RGB

 RED value IS 17 (7.03% from 255) = 17%

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

 BLUE value IS 66 (26.17% from 255) = 66%

R = 17%
G = 17%
B = 66%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#111142 (or 0x111142) is known color: Midnight Express. HEX triplet: 11, 11 and 42. RGB value is (17,17,66). Sum of RGB (Red+Green+Blue) = 17+17+66=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #111142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111142 is #EEEEBD. Grayscale: #161616. Windows color (decimal): -15658686 or 4329745. OLE color: 4329745.

HSL color Cylindrical-coordinate representation of color #111142: hue angle of 240º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #111142 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 17 66 -
CMYK 0.74 0.74 0 0.74
HSL 240º 0.59% 0.16% -
HSV(B) 240º 0.74% 0.26% -
XYZ 1.41 0.91 5.26 -
YUV 22.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 17 17 66 0.74 0.74 0 0.74 240 0.59 0.16
Hex 11 11 42 4A 4A 0 4A F0 3B 10
Octal 21 21 102 112 112 0 112 360 73 20
Binary 10001 10001 1000010 1001010 1001010 0 1001010 11110000 111011 10000

Color Harmonies of #111142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111142

Black with #111142

Text Example


Text Example

White with #111142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111142; }

 p { color: rgb(17,17,66); }

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

background-color css

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

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

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

border-color css

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

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

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