Html Css Color HEX #112548 Midnight Express

📋 copy color: '#112548'

red 17 ◦ green 37 ◦ blue 72

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

Shades of Midnight Express #112548

Tints of Midnight Express #112548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

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

R = 13.49%
G = 29.37%
B = 57.14%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#112548 (or 0x112548) is known color: Midnight Express. HEX triplet: 11, 25 and 48. RGB value is (17,37,72). Sum of RGB (Red+Green+Blue) = 17+37+72=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #112548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112548 is #EEDAB7. Grayscale: #222222. Windows color (decimal): -15653560 or 4728081. OLE color: 4728081.

HSL color Cylindrical-coordinate representation of color #112548: hue angle of 218.18º 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 #112548 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 37 72 -
CMYK 0.76 0.49 0 0.72
HSL 218.18º 0.62% 0.17% -
HSV(B) 218.18º 0.76% 0.28% -
XYZ 2.06 1.91 6.39 -
YUV 35.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 17 37 72 0.76 0.49 0 0.72 218.18 0.62 0.17
Hex 11 25 48 4C 31 0 48 DA 3E 11
Octal 21 45 110 114 61 0 110 332 76 21
Binary 10001 100101 1001000 1001100 110001 0 1001000 11011010 111110 10001

Color Harmonies of #112548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112548

Black with #112548

Text Example


Text Example

White with #112548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112548; }

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

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

background-color css

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

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

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

border-color css

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

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

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