#110d6b

Color #110D6B Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #110D6B

Tints of Midnight Blue #110D6B

Color information

#110D6B (or 0x110D6B) is unknown color: approx Midnight Blue. HEX triplet: 11, 0D and 6B. RGB value is (17,13,107). Sum of RGB (Red+Green+Blue) = 17+13+107=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 107 (42.19% from 255 or 78.10% from 137); Max value from RGB is 107 - color contains mainly: blue. Hex color #110D6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D6B is #EEF294. Grayscale: #181818. Windows color (decimal): -15659669 or 7015697. OLE color: 7015697.

HSL color Cylindrical-coordinate representation of color #110D6B: hue angle of 242.55º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110D6B is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1713107-
CMYK0.840.8800.58
HSL242.55º78.33%23.53%-
HSV(B)242.55º87.85%41.96%-
XYZ3.031.4714.03-
YUV24.91174.33122.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 13 (5.47% from 255) = 9.49%
BLUE value IS 107 (42.19% from 255) = 78.10%
R=12.41%
G=9.49%
B=78.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17131070.840.8800.58242.5578.3323.53
Hex11D6B545803Af34e18
Octal211515312413007236311630
Binary100011101110101110101001011000011101011110011100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110d6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #110d6b;
 }
 .AnyTagClassName
 {
   color: #110d6b;
 }
</style>
background-color css

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

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

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

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

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

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