#11035A

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

Shades of Midnight Blue #11035A

Tints of Midnight Blue #11035A

Color information

#11035A (or 0x11035A) is unknown color: approx Midnight Blue. HEX triplet: 11, 03 and 5A. RGB value is (17,3,90). Sum of RGB (Red+Green+Blue) = 17+3+90=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #11035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11035A is #EEFCA5. Grayscale: #101010. Windows color (decimal): -15662246 or 5899025. OLE color: 5899025.

HSL color Cylindrical-coordinate representation of color #11035A: hue angle of 249.66º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11035A is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB17390-
CMYK0.810.9700.65
HSL249.66º93.55%18.24%-
HSV(B)249.66º96.67%35.29%-
XYZ2.110.929.74-
YUV17.1169.14127.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 90 (35.55% from 255) = 81.82%
R=15.45%
G=2.73%
B=81.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal173900.810.9700.65249.6693.5518.24
Hex1135A5161041fa5e12
Octal213132121141010137213622
Binary10001111011010101000111000010100000111111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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