Html Css Color HEX #112248 Midnight Express

📋 copy color: '#112248'

red 17 ◦ green 34 ◦ blue 72

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

Shades of Midnight Express #112248

Tints of Midnight Express #112248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 13.82%
G = 27.64%
B = 58.54%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112248 (or 0x112248) is known color: Midnight Express. HEX triplet: 11, 22 and 48. RGB value is (17,34,72). Sum of RGB (Red+Green+Blue) = 17+34+72=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #112248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112248 is #EEDDB7. Grayscale: #212121. Windows color (decimal): -15654328 or 4727313. OLE color: 4727313.

HSL color Cylindrical-coordinate representation of color #112248: hue angle of 221.45º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112248 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 34 72 -
CMYK 0.76 0.53 0 0.72
HSL 221.45º 0.62% 0.17% -
HSV(B) 221.45º 0.76% 0.28% -
XYZ 1.97 1.73 6.36 -
YUV 33.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 17 34 72 0.76 0.53 0 0.72 221.45 0.62 0.17
Hex 11 22 48 4C 35 0 48 DD 3E 11
Octal 21 42 110 114 65 0 110 335 76 21
Binary 10001 100010 1001000 1001100 110101 0 1001000 11011101 111110 10001

Color Harmonies of #112248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112248

Black with #112248

Text Example


Text Example

White with #112248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112248; }

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

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

background-color css

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

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

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

border-color css

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

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

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