Html Css Color HEX #111342 Midnight Express

📋 copy color: '#111342'

red 17 ◦ green 19 ◦ blue 66

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

Shades of Midnight Express #111342

Tints of Midnight Express #111342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.63%

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

R = 16.67%
G = 18.63%
B = 64.71%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#111342 (or 0x111342) is known color: Midnight Express. HEX triplet: 11, 13 and 42. RGB value is (17,19,66). Sum of RGB (Red+Green+Blue) = 17+19+66=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 66 (26.17% from 255 or 64.71% from 102); Max value from RGB is 66 - color contains mainly: blue. Hex color #111342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111342 is #EEECBD. Grayscale: #171717. Windows color (decimal): -15658174 or 4330257. OLE color: 4330257.

HSL color Cylindrical-coordinate representation of color #111342: hue angle of 237.55º 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 #111342 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 19 66 -
CMYK 0.74 0.71 0 0.74
HSL 237.55º 0.59% 0.16% -
HSV(B) 237.55º 0.74% 0.26% -
XYZ 1.45 0.98 5.27 -
YUV 23.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 17 19 66 0.74 0.71 0 0.74 237.55 0.59 0.16
Hex 11 13 42 4A 47 0 4A EE 3B 10
Octal 21 23 102 112 107 0 112 356 73 20
Binary 10001 10011 1000010 1001010 1000111 0 1001010 11101110 111011 10000

Color Harmonies of #111342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111342

Black with #111342

Text Example


Text Example

White with #111342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111342; }

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

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

background-color css

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

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

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

border-color css

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

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

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