#111452

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

Shades of Midnight Blue #111452

Tints of Midnight Blue #111452

Color information

#111452 (or 0x111452) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 52. RGB value is (17,20,82). Sum of RGB (Red+Green+Blue) = 17+20+82=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #111452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111452 is #EEEBAD. Grayscale: #191919. Windows color (decimal): -15657902 or 5379089. OLE color: 5379089.

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

Color convert

RGB172082-
CMYK0.790.7600.68
HSL237.23º65.66%19.41%-
HSV(B)237.23º79.27%32.16%-
XYZ21.238.11-
YUV26.17159.51121.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 82 (32.42% from 255) = 68.91%
R=14.29%
G=16.81%
B=68.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1720820.790.7600.68237.2365.6619.41
Hex1114524F4C044ed4213
Octal2124122117114010435510223
Binary10001101001010010100111110011000100010011101101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111452; }

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

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

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

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

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

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

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

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