#11267F

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

Shades of Midnight Blue #11267F

Tints of Midnight Blue #11267F

Color information

#11267F (or 0x11267F) is unknown color: approx Midnight Blue. HEX triplet: 11, 26 and 7F. RGB value is (17,38,127). Sum of RGB (Red+Green+Blue) = 17+38+127=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #11267F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11267F is #EED980. Grayscale: #292929. Windows color (decimal): -15653249 or 8332817. OLE color: 8332817.

HSL color Cylindrical-coordinate representation of color #11267F: hue angle of 228.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11267F is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1738127-
CMYK0.870.7000.50
HSL228.55º76.39%28.24%-
HSV(B)228.55º86.61%49.8%-
XYZ4.763.0420.41-
YUV41.87176.04110.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 127 (50% from 255) = 69.78%
R=9.34%
G=20.88%
B=69.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17381270.870.7000.50228.5576.3928.24
Hex11267F5746032e54c1c
Octal214617712710606234511434
Binary10001100110111111110101111000110011001011100101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11267F; }

 p { color: rgb(17,38,127); }

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

<style>
 a { background-color: #11267F; }

 a { background-color: rgb(17,38,127); }

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

<style>
 span { border-color: #11267F; }

 span { border-color: rgb(17,38,127); }

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