#110052

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

Shades of Midnight Blue #110052

Tints of Midnight Blue #110052

Color information

#110052 (or 0x110052) is unknown color: approx Midnight Blue. HEX triplet: 11, 00 and 52. RGB value is (17,0,82). Sum of RGB (Red+Green+Blue) = 17+0+82=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 82 (32.42% from 255 or 82.83% from 99); Max value from RGB is 82 - color contains mainly: blue. Hex color #110052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110052 is #EEFFAD. Grayscale: #0E0E0E. Windows color (decimal): -15663022 or 5373969. OLE color: 5373969.

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

Color convert

RGB17082-
CMYK0.79100.68
HSL252.44º100%16.08%-
HSV(B)252.44º100%32.16%-
XYZ1.750.738.03-
YUV14.43166.13129.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 82.83%
R=17.17%
G=0%
B=82.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal170820.79100.68252.4410016.08
Hex110524F64044fc6410
Octal210122117144010437414420
Binary1000101010010100111111001000100010011111100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110052; }

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

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

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

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

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

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

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

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