Html Css Color HEX #110D73 Midnight Blue

📋 copy color: '#110D73'

red 17 ◦ green 13 ◦ blue 115

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

Shades of Midnight Blue #110D73

Tints of Midnight Blue #110D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 79.31%

R = 11.72%
G = 8.97%
B = 79.31%

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

#110D73 (or 0x110D73) is known color: Midnight Blue. HEX triplet: 11, 0D and 73. RGB value is (17,13,115). Sum of RGB (Red+Green+Blue) = 17+13+115=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #110D73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D73 is #EEF28C. Grayscale: #191919. Windows color (decimal): -15659661 or 7539985. OLE color: 7539985.

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

Color convert

RGB 17 13 115 -
CMYK 0.85 0.89 0 0.55
HSL 242.35º 0.8% 0.25% -
HSV(B) 242.35º 0.89% 0.45% -
XYZ 3.47 1.64 16.35 -
YUV 25.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 17 13 115 0.85 0.89 0 0.55 242.35 0.8 0.25
Hex 11 D 73 55 59 0 37 F2 50 19
Octal 21 15 163 125 131 0 67 362 120 31
Binary 10001 1101 1110011 1010101 1011001 0 110111 11110010 1010000 11001

Color Harmonies of #110D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D73

Black with #110D73

Text Example


Text Example

White with #110D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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