Html Css Color HEX #111472 Midnight Blue

📋 copy color: '#111472'

red 17 ◦ green 20 ◦ blue 114

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

Shades of Midnight Blue #111472

Tints of Midnight Blue #111472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 75.5%

R = 11.26%
G = 13.25%
B = 75.5%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#111472 (or 0x111472) is known color: Midnight Blue. HEX triplet: 11, 14 and 72. RGB value is (17,20,114). Sum of RGB (Red+Green+Blue) = 17+20+114=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #111472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111472 is #EEEB8D. Grayscale: #1D1D1D. Windows color (decimal): -15657870 or 7476241. OLE color: 7476241.

HSL color Cylindrical-coordinate representation of color #111472: hue angle of 238.14º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111472 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 20 114 -
CMYK 0.85 0.82 0 0.55
HSL 238.14º 0.74% 0.26% -
HSV(B) 238.14º 0.85% 0.45% -
XYZ 3.52 1.83 16.09 -
YUV 29.82 175.51 118.86 -
System Red Green Blue C M Y K H S L
Decimal 17 20 114 0.85 0.82 0 0.55 238.14 0.74 0.26
Hex 11 14 72 55 52 0 37 EE 4A 1A
Octal 21 24 162 125 122 0 67 356 112 32
Binary 10001 10100 1110010 1010101 1010010 0 110111 11101110 1001010 11010

Color Harmonies of #111472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111472

Black with #111472

Text Example


Text Example

White with #111472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111472; }

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

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

background-color css

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

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

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

border-color css

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

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

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