Html Css Color HEX #111042 Midnight Express

📋 copy color: '#111042'

red 17 ◦ green 16 ◦ blue 66

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

Shades of Midnight Express #111042

Tints of Midnight Express #111042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

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

R = 17.17%
G = 16.16%
B = 66.67%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#111042 (or 0x111042) is known color: Midnight Express. HEX triplet: 11, 10 and 42. RGB value is (17,16,66). Sum of RGB (Red+Green+Blue) = 17+16+66=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 66 (26.17% from 255 or 66.67% from 99); Max value from RGB is 66 - color contains mainly: blue. Hex color #111042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111042 is #EEEFBD. Grayscale: #151515. Windows color (decimal): -15658942 or 4329489. OLE color: 4329489.

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

Color convert

RGB 17 16 66 -
CMYK 0.74 0.76 0 0.74
HSL 241.2º 0.61% 0.16% -
HSV(B) 241.2º 0.76% 0.26% -
XYZ 1.4 0.88 5.25 -
YUV 22 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 17 16 66 0.74 0.76 0 0.74 241.2 0.61 0.16
Hex 11 10 42 4A 4C 0 4A F1 3D 10
Octal 21 20 102 112 114 0 112 361 75 20
Binary 10001 10000 1000010 1001010 1001100 0 1001010 11110001 111101 10000

Color Harmonies of #111042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111042

Black with #111042

Text Example


Text Example

White with #111042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111042; }

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

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

background-color css

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

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

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

border-color css

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

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

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