#110872

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

Shades of Midnight Blue #110872

Tints of Midnight Blue #110872

Color information

#110872 (or 0x110872) is unknown color: approx Midnight Blue. HEX triplet: 11, 08 and 72. RGB value is (17,8,114). Sum of RGB (Red+Green+Blue) = 17+8+114=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #110872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110872 is #EEF78D. Grayscale: #161616. Windows color (decimal): -15660942 or 7473169. OLE color: 7473169.

HSL color Cylindrical-coordinate representation of color #110872: hue angle of 245.09º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110872 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB178114-
CMYK0.850.9300.55
HSL245.09º86.89%23.92%-
HSV(B)245.09º92.98%44.71%-
XYZ3.361.5116.03-
YUV22.78179.48123.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 114 (44.92% from 255) = 82.01%
R=12.23%
G=5.76%
B=82.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1781140.850.9300.55245.0986.8923.92
Hex11872555D037f55718
Octal211016212513506736512730
Binary100011000111001010101011011101011011111110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110872; }

 p { color: rgb(17,8,114); }

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

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

 a { background-color: rgb(17,8,114); }

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

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

 span { border-color: rgb(17,8,114); }

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