Html Css Color HEX #11224A Midnight Express

📋 copy color: '#11224A'

red 17 ◦ green 34 ◦ blue 74

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

Shades of Midnight Express #11224A

Tints of Midnight Express #11224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 59.2%

R = 13.6%
G = 27.2%
B = 59.2%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11224A (or 0x11224A) is known color: Midnight Express. HEX triplet: 11, 22 and 4A. RGB value is (17,34,74). Sum of RGB (Red+Green+Blue) = 17+34+74=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #11224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11224A is #EEDDB5. Grayscale: #212121. Windows color (decimal): -15654326 or 4858385. OLE color: 4858385.

HSL color Cylindrical-coordinate representation of color #11224A: hue angle of 222.11º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11224A is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 34 74 -
CMYK 0.77 0.54 0 0.71
HSL 222.11º 0.63% 0.18% -
HSV(B) 222.11º 0.77% 0.29% -
XYZ 2.04 1.76 6.71 -
YUV 33.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 17 34 74 0.77 0.54 0 0.71 222.11 0.63 0.18
Hex 11 22 4A 4D 36 0 47 DE 3F 12
Octal 21 42 112 115 66 0 107 336 77 22
Binary 10001 100010 1001010 1001101 110110 0 1000111 11011110 111111 10010

Color Harmonies of #11224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11224A

Black with #11224A

Text Example


Text Example

White with #11224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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