#11046B

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

Shades of Midnight Blue #11046B

Tints of Midnight Blue #11046B

Color information

#11046B (or 0x11046B) is unknown color: approx Midnight Blue. HEX triplet: 11, 04 and 6B. RGB value is (17,4,107). Sum of RGB (Red+Green+Blue) = 17+4+107=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 107 (42.19% from 255 or 83.59% from 128); Max value from RGB is 107 - color contains mainly: blue. Hex color #11046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11046B is #EEFB94. Grayscale: #131313. Windows color (decimal): -15661973 or 7013393. OLE color: 7013393.

HSL color Cylindrical-coordinate representation of color #11046B: hue angle of 247.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11046B is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB174107-
CMYK0.840.9600.58
HSL247.57º92.79%21.76%-
HSV(B)247.57º96.26%41.96%-
XYZ2.931.2714-
YUV19.63177.31126.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 107 (42.19% from 255) = 83.59%
R=13.28%
G=3.12%
B=83.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1741070.840.9600.58247.5792.7921.76
Hex1146B546003Af85d16
Octal21415312414007237013526
Binary10001100110101110101001100000011101011111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11046B; }

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

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

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

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

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

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

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

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