Html Css Color HEX #111972 Midnight Blue

📋 copy color: '#111972'

red 17 ◦ green 25 ◦ blue 114

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

Shades of Midnight Blue #111972

Tints of Midnight Blue #111972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 10.9%
G = 16.03%
B = 73.08%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#111972 (or 0x111972) is known color: Midnight Blue. HEX triplet: 11, 19 and 72. RGB value is (17,25,114). Sum of RGB (Red+Green+Blue) = 17+25+114=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #111972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111972 is #EEE68D. Grayscale: #202020. Windows color (decimal): -15656590 or 7477521. OLE color: 7477521.

HSL color Cylindrical-coordinate representation of color #111972: hue angle of 235.05º 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 #111972 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 25 114 -
CMYK 0.85 0.78 0 0.55
HSL 235.05º 0.74% 0.26% -
HSV(B) 235.05º 0.85% 0.45% -
XYZ 3.62 2.03 16.12 -
YUV 32.75 173.85 116.76 -
System Red Green Blue C M Y K H S L
Decimal 17 25 114 0.85 0.78 0 0.55 235.05 0.74 0.26
Hex 11 19 72 55 4E 0 37 EB 4A 1A
Octal 21 31 162 125 116 0 67 353 112 32
Binary 10001 11001 1110010 1010101 1001110 0 110111 11101011 1001010 11010

Color Harmonies of #111972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111972

Black with #111972

Text Example


Text Example

White with #111972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111972; }

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

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

background-color css

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

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

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

border-color css

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

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

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