Html Css Color HEX #11224E Midnight Express

📋 copy color: '#11224E'

red 17 ◦ green 34 ◦ blue 78

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

Shades of Midnight Express #11224E

Tints of Midnight Express #11224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.36%

 BLUE value IS 78 (30.86% from 255) = 60.47%

R = 13.18%
G = 26.36%
B = 60.47%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11224E (or 0x11224E) is known color: Midnight Express. HEX triplet: 11, 22 and 4E. RGB value is (17,34,78). Sum of RGB (Red+Green+Blue) = 17+34+78=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #11224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11224E is #EEDDB1. Grayscale: #212121. Windows color (decimal): -15654322 or 5120529. OLE color: 5120529.

HSL color Cylindrical-coordinate representation of color #11224E: hue angle of 223.28º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11224E is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 34 78 -
CMYK 0.78 0.56 0 0.69
HSL 223.28º 0.64% 0.19% -
HSV(B) 223.28º 0.78% 0.31% -
XYZ 2.18 1.81 7.44 -
YUV 33.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 17 34 78 0.78 0.56 0 0.69 223.28 0.64 0.19
Hex 11 22 4E 4E 38 0 45 DF 40 13
Octal 21 42 116 116 70 0 105 337 100 23
Binary 10001 100010 1001110 1001110 111000 0 1000101 11011111 1000000 10011

Color Harmonies of #11224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11224E

Black with #11224E

Text Example


Text Example

White with #11224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11224E; }

 p { color: rgb(17,34,78); }

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

background-color css

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

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

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

border-color css

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

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

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