#110853

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

Shades of Midnight Blue #110853

Tints of Midnight Blue #110853

Color information

#110853 (or 0x110853) is unknown color: approx Midnight Blue. HEX triplet: 11, 08 and 53. RGB value is (17,8,83). Sum of RGB (Red+Green+Blue) = 17+8+83=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #110853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110853 is #EEF7AC. Grayscale: #121212. Windows color (decimal): -15660973 or 5441553. OLE color: 5441553.

HSL color Cylindrical-coordinate representation of color #110853: hue angle of 247.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110853 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB17883-
CMYK0.800.9000.67
HSL247.2º82.42%17.84%-
HSV(B)247.2º90.36%32.55%-
XYZ1.880.928.26-
YUV19.24163.98126.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 83 (32.81% from 255) = 76.85%
R=15.74%
G=7.41%
B=76.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal178830.800.9000.67247.282.4217.84
Hex11853505A043f75212
Octal2110123120132010336712222
Binary1000110001010011101000010110100100001111110111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110853; }

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

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

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

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

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

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

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

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