#110352

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

Shades of Midnight Blue #110352

Tints of Midnight Blue #110352

Color information

#110352 (or 0x110352) is unknown color: approx Midnight Blue. HEX triplet: 11, 03 and 52. RGB value is (17,3,82). Sum of RGB (Red+Green+Blue) = 17+3+82=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 82 (32.42% from 255 or 80.39% from 102); Max value from RGB is 82 - color contains mainly: blue. Hex color #110352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110352 is #EEFCAD. Grayscale: #0F0F0F. Windows color (decimal): -15662254 or 5374737. OLE color: 5374737.

HSL color Cylindrical-coordinate representation of color #110352: hue angle of 250.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110352 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB17382-
CMYK0.790.9600.68
HSL250.63º92.94%16.67%-
HSV(B)250.63º96.34%32.16%-
XYZ1.790.798.04-
YUV16.19165.14128.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 82 (32.42% from 255) = 80.39%
R=16.67%
G=2.94%
B=80.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal173820.790.9600.68250.6392.9416.67
Hex113524F60044fb5d11
Octal213122117140010437313521
Binary10001111010010100111111000000100010011111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110352; }

 p { color: rgb(17,3,82); }

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

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

 a { background-color: rgb(17,3,82); }

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

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

 span { border-color: rgb(17,3,82); }

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