Html Css Color HEX #110C71 Midnight Blue

📋 copy color: '#110C71'

red 17 ◦ green 12 ◦ blue 113

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

Shades of Midnight Blue #110C71

Tints of Midnight Blue #110C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.45%

 BLUE value IS 113 (44.53% from 255) = 79.58%

R = 11.97%
G = 8.45%
B = 79.58%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110C71 (or 0x110C71) is known color: Midnight Blue. HEX triplet: 11, 0C and 71. RGB value is (17,12,113). Sum of RGB (Red+Green+Blue) = 17+12+113=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #110C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C71 is #EEF38E. Grayscale: #181818. Windows color (decimal): -15659919 or 7408657. OLE color: 7408657.

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

Color convert

RGB 17 12 113 -
CMYK 0.85 0.89 0 0.56
HSL 242.97º 0.81% 0.25% -
HSV(B) 242.97º 0.89% 0.44% -
XYZ 3.34 1.57 15.75 -
YUV 25.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 17 12 113 0.85 0.89 0 0.56 242.97 0.81 0.25
Hex 11 C 71 55 59 0 38 F3 51 19
Octal 21 14 161 125 131 0 70 363 121 31
Binary 10001 1100 1110001 1010101 1011001 0 111000 11110011 1010001 11001

Color Harmonies of #110C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C71

Black with #110C71

Text Example


Text Example

White with #110C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,12,113); }

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

background-color css

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

 a { background-color: rgb(17,12,113); }

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

border-color css

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

 span { border-color: rgb(17,12,113); }

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