#110452

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

Shades of Midnight Blue #110452

Tints of Midnight Blue #110452

Color information

#110452 (or 0x110452) is unknown color: approx Midnight Blue. HEX triplet: 11, 04 and 52. RGB value is (17,4,82). Sum of RGB (Red+Green+Blue) = 17+4+82=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 82 (32.42% from 255 or 79.61% from 103); Max value from RGB is 82 - color contains mainly: blue. Hex color #110452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110452 is #EEFBAD. Grayscale: #101010. Windows color (decimal): -15661998 or 5374993. OLE color: 5374993.

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

Color convert

RGB17482-
CMYK0.790.9500.68
HSL250º90.7%16.86%-
HSV(B)250º95.12%32.16%-
XYZ1.80.828.05-
YUV16.78164.81128.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 82 (32.42% from 255) = 79.61%
R=16.50%
G=3.88%
B=79.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal174820.790.9500.6825090.716.86
Hex114524F5F044fa5b11
Octal214122117137010437213321
Binary100011001010010100111110111110100010011111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110452; }

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

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

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

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

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

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

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

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