Html Css Color HEX #110C56 Midnight Blue

📋 copy color: '#110C56'

red 17 ◦ green 12 ◦ blue 86

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

Shades of Midnight Blue #110C56

Tints of Midnight Blue #110C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 74.78%

R = 14.78%
G = 10.43%
B = 74.78%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#110C56 (or 0x110C56) is known color: Midnight Blue. HEX triplet: 11, 0C and 56. RGB value is (17,12,86). Sum of RGB (Red+Green+Blue) = 17+12+86=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #110C56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C56 is #EEF3A9. Grayscale: #151515. Windows color (decimal): -15659946 or 5639185. OLE color: 5639185.

HSL color Cylindrical-coordinate representation of color #110C56: hue angle of 244.05º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110C56 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 12 86 -
CMYK 0.80 0.86 0 0.66
HSL 244.05º 0.76% 0.19% -
HSV(B) 244.05º 0.86% 0.34% -
XYZ 2.04 1.05 8.9 -
YUV 21.93 164.16 124.48 -
System Red Green Blue C M Y K H S L
Decimal 17 12 86 0.80 0.86 0 0.66 244.05 0.76 0.19
Hex 11 C 56 50 56 0 42 F4 4C 13
Octal 21 14 126 120 126 0 102 364 114 23
Binary 10001 1100 1010110 1010000 1010110 0 1000010 11110100 1001100 10011

Color Harmonies of #110C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C56

Black with #110C56

Text Example


Text Example

White with #110C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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