Html Css Color HEX #110D72 Midnight Blue

📋 copy color: '#110D72'

red 17 ◦ green 13 ◦ blue 114

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

Shades of Midnight Blue #110D72

Tints of Midnight Blue #110D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.03%

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

R = 11.81%
G = 9.03%
B = 79.17%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110D72 (or 0x110D72) is known color: Midnight Blue. HEX triplet: 11, 0D and 72. RGB value is (17,13,114). Sum of RGB (Red+Green+Blue) = 17+13+114=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #110D72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D72 is #EEF28D. Grayscale: #191919. Windows color (decimal): -15659662 or 7474449. OLE color: 7474449.

HSL color Cylindrical-coordinate representation of color #110D72: hue angle of 242.38º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110D72 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 13 114 -
CMYK 0.85 0.89 0 0.55
HSL 242.38º 0.8% 0.25% -
HSV(B) 242.38º 0.89% 0.45% -
XYZ 3.41 1.62 16.05 -
YUV 25.71 177.83 121.79 -
System Red Green Blue C M Y K H S L
Decimal 17 13 114 0.85 0.89 0 0.55 242.38 0.8 0.25
Hex 11 D 72 55 59 0 37 F2 50 19
Octal 21 15 162 125 131 0 67 362 120 31
Binary 10001 1101 1110010 1010101 1011001 0 110111 11110010 1010000 11001

Color Harmonies of #110D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D72

Black with #110D72

Text Example


Text Example

White with #110D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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