Html Css Color HEX #111448 Midnight Express

📋 copy color: '#111448'

red 17 ◦ green 20 ◦ blue 72

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

Shades of Midnight Express #111448

Tints of Midnight Express #111448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 15.6%
G = 18.35%
B = 66.06%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#111448 (or 0x111448) is known color: Midnight Express. HEX triplet: 11, 14 and 48. RGB value is (17,20,72). Sum of RGB (Red+Green+Blue) = 17+20+72=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #111448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111448 is #EEEBB7. Grayscale: #181818. Windows color (decimal): -15657912 or 4723729. OLE color: 4723729.

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

Color convert

RGB 17 20 72 -
CMYK 0.76 0.72 0 0.72
HSL 236.73º 0.62% 0.17% -
HSV(B) 236.73º 0.76% 0.28% -
XYZ 1.65 1.09 6.25 -
YUV 25.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 17 20 72 0.76 0.72 0 0.72 236.73 0.62 0.17
Hex 11 14 48 4C 48 0 48 ED 3E 11
Octal 21 24 110 114 110 0 110 355 76 21
Binary 10001 10100 1001000 1001100 1001000 0 1001000 11101101 111110 10001

Color Harmonies of #111448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111448

Black with #111448

Text Example


Text Example

White with #111448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111448; }

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

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

background-color css

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

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

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

border-color css

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

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

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