#110D62

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

Shades of Midnight Blue #110D62

Tints of Midnight Blue #110D62

Color information

#110D62 (or 0x110D62) is unknown color: approx Midnight Blue. HEX triplet: 11, 0D and 62. RGB value is (17,13,98). Sum of RGB (Red+Green+Blue) = 17+13+98=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 98 (38.67% from 255 or 76.56% from 128); Max value from RGB is 98 - color contains mainly: blue. Hex color #110D62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D62 is #EEF29D. Grayscale: #171717. Windows color (decimal): -15659678 or 6425873. OLE color: 6425873.

HSL color Cylindrical-coordinate representation of color #110D62: hue angle of 242.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #110D62 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB171398-
CMYK0.830.8700.62
HSL242.82º76.58%21.76%-
HSV(B)242.82º86.73%38.43%-
XYZ2.581.2911.67-
YUV23.89169.83123.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 13 (5.47% from 255) = 10.16%
BLUE value IS 98 (38.67% from 255) = 76.56%
R=13.28%
G=10.16%
B=76.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1713980.830.8700.62242.8276.5821.76
Hex11D62535703Ef34d16
Octal211514212312707636311526
Binary100011101110001010100111010111011111011110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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