#11237B

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

Shades of Midnight Blue #11237B

Tints of Midnight Blue #11237B

Color information

#11237B (or 0x11237B) is unknown color: approx Midnight Blue. HEX triplet: 11, 23 and 7B. RGB value is (17,35,123). Sum of RGB (Red+Green+Blue) = 17+35+123=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #11237B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11237B is #EEDC84. Grayscale: #272727. Windows color (decimal): -15654021 or 8069905. OLE color: 8069905.

HSL color Cylindrical-coordinate representation of color #11237B: hue angle of 229.81º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11237B is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1735123-
CMYK0.860.7200.52
HSL229.81º75.71%27.45%-
HSV(B)229.81º86.18%48.24%-
XYZ4.412.7519.04-
YUV39.65175.04111.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 123 (48.44% from 255) = 70.29%
R=9.71%
G=20%
B=70.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17351230.860.7200.52229.8175.7127.45
Hex11237B5648034e64c1b
Octal214317312611006434611433
Binary10001100011111101110101101001000011010011100110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,35,123); }

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

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

 a { background-color: rgb(17,35,123); }

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

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

 span { border-color: rgb(17,35,123); }

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