#110063

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

Shades of Midnight Blue #110063

Tints of Midnight Blue #110063

Color information

#110063 (or 0x110063) is unknown color: approx Midnight Blue. HEX triplet: 11, 00 and 63. RGB value is (17,0,99). Sum of RGB (Red+Green+Blue) = 17+0+99=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 99 (39.06% from 255 or 85.34% from 116); Max value from RGB is 99 - color contains mainly: blue. Hex color #110063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110063 is #EEFF9C. Grayscale: #0F0F0F. Windows color (decimal): -15663005 or 6488081. OLE color: 6488081.

HSL color Cylindrical-coordinate representation of color #110063: hue angle of 250.3º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110063 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB17099-
CMYK0.83100.61
HSL250.3º100%19.41%-
HSV(B)250.3º100%38.82%-
XYZ2.481.0211.87-
YUV16.37174.63128.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 85.34%
R=14.66%
G=0%
B=85.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal170990.83100.61250.310019.41
Hex11063536403Dfa6413
Octal21014312314407537214423
Binary100010110001110100111100100011110111111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110063; }

 p { color: rgb(17,0,99); }

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

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

 a { background-color: rgb(17,0,99); }

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

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

 span { border-color: rgb(17,0,99); }

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