#11035C

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

Shades of Midnight Blue #11035C

Tints of Midnight Blue #11035C

Color information

#11035C (or 0x11035C) is unknown color: approx Midnight Blue. HEX triplet: 11, 03 and 5C. RGB value is (17,3,92). Sum of RGB (Red+Green+Blue) = 17+3+92=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #11035C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11035C is #EEFCA3. Grayscale: #101010. Windows color (decimal): -15662244 or 6030097. OLE color: 6030097.

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

Color convert

RGB17392-
CMYK0.820.9700.64
HSL249.44º93.68%18.63%-
HSV(B)249.44º96.74%36.08%-
XYZ2.20.9610.19-
YUV17.33170.14127.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 92 (36.33% from 255) = 82.14%
R=15.18%
G=2.68%
B=82.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal173920.820.9700.64249.4493.6818.63
Hex1135C5261040f95e13
Octal213134122141010037113623
Binary10001111011100101001011000010100000011111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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