#110256

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

Shades of Midnight Blue #110256

Tints of Midnight Blue #110256

Color information

#110256 (or 0x110256) is unknown color: approx Midnight Blue. HEX triplet: 11, 02 and 56. RGB value is (17,2,86). Sum of RGB (Red+Green+Blue) = 17+2+86=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 86 (33.98% from 255 or 81.90% from 105); Max value from RGB is 86 - color contains mainly: blue. Hex color #110256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110256 is #EEFDA9. Grayscale: #0F0F0F. Windows color (decimal): -15662506 or 5636625. OLE color: 5636625.

HSL color Cylindrical-coordinate representation of color #110256: hue angle of 250.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110256 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB17286-
CMYK0.800.9800.66
HSL250.71º95.45%17.25%-
HSV(B)250.71º97.67%33.73%-
XYZ1.930.838.86-
YUV16.06167.47128.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 86 (33.98% from 255) = 81.90%
R=16.19%
G=1.90%
B=81.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal172860.800.9800.66250.7195.4517.25
Hex112565062042fb5f11
Octal212126120142010237313721
Binary10001101010110101000011000100100001011111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110256; }

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

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

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

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

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

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

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

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