#11025E

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

Shades of Midnight Blue #11025E

Tints of Midnight Blue #11025E

Color information

#11025E (or 0x11025E) is unknown color: approx Midnight Blue. HEX triplet: 11, 02 and 5E. RGB value is (17,2,94). Sum of RGB (Red+Green+Blue) = 17+2+94=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #11025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11025E is #EEFDA1. Grayscale: #101010. Windows color (decimal): -15662498 or 6160913. OLE color: 6160913.

HSL color Cylindrical-coordinate representation of color #11025E: hue angle of 249.78º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11025E is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB17294-
CMYK0.820.9800.63
HSL249.78º95.83%18.82%-
HSV(B)249.78º97.87%36.86%-
XYZ2.270.9710.66-
YUV16.97171.47128.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 94 (37.11% from 255) = 83.19%
R=15.04%
G=1.77%
B=83.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal172940.820.9800.63249.7895.8318.82
Hex1125E526203Ffa6013
Octal21213612214207737214023
Binary1000110101111010100101100010011111111111010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11025E; }

 p { color: rgb(17,2,94); }

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

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

 a { background-color: rgb(17,2,94); }

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

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

 span { border-color: rgb(17,2,94); }

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