#11025C

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

Shades of Midnight Blue #11025C

Tints of Midnight Blue #11025C

Color information

#11025C (or 0x11025C) is unknown color: approx Midnight Blue. HEX triplet: 11, 02 and 5C. RGB value is (17,2,92). Sum of RGB (Red+Green+Blue) = 17+2+92=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #11025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11025C is #EEFDA3. Grayscale: #101010. Windows color (decimal): -15662500 or 6029841. OLE color: 6029841.

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

Color convert

RGB17292-
CMYK0.820.9800.64
HSL250º95.74%18.43%-
HSV(B)250º97.83%36.08%-
XYZ2.180.9410.19-
YUV16.74170.47128.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 92 (36.33% from 255) = 82.88%
R=15.32%
G=1.80%
B=82.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal172920.820.9800.6425095.7418.43
Hex1125C5262040fa6012
Octal212134122142010037214022
Binary10001101011100101001011000100100000011111010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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