Html Css Color HEX #11244D Midnight Express

📋 copy color: '#11244D'

red 17 ◦ green 36 ◦ blue 77

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

Shades of Midnight Express #11244D

Tints of Midnight Express #11244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

 BLUE value IS 77 (30.47% from 255) = 59.23%

R = 13.08%
G = 27.69%
B = 59.23%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11244D (or 0x11244D) is known color: Midnight Express. HEX triplet: 11, 24 and 4D. RGB value is (17,36,77). Sum of RGB (Red+Green+Blue) = 17+36+77=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #11244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11244D is #EEDBB2. Grayscale: #222222. Windows color (decimal): -15653811 or 5055505. OLE color: 5055505.

HSL color Cylindrical-coordinate representation of color #11244D: hue angle of 221º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11244D is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 36 77 -
CMYK 0.78 0.53 0 0.70
HSL 221º 0.64% 0.18% -
HSV(B) 221º 0.78% 0.3% -
XYZ 2.2 1.92 7.28 -
YUV 34.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 17 36 77 0.78 0.53 0 0.70 221 0.64 0.18
Hex 11 24 4D 4E 35 0 46 DD 40 12
Octal 21 44 115 116 65 0 106 335 100 22
Binary 10001 100100 1001101 1001110 110101 0 1000110 11011101 1000000 10010

Color Harmonies of #11244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11244D

Black with #11244D

Text Example


Text Example

White with #11244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11244D; }

 p { color: rgb(17,36,77); }

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

background-color css

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

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

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

border-color css

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

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

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