#11197B

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

Shades of Midnight Blue #11197B

Tints of Midnight Blue #11197B

Color information

#11197B (or 0x11197B) is unknown color: approx Midnight Blue. HEX triplet: 11, 19 and 7B. RGB value is (17,25,123). Sum of RGB (Red+Green+Blue) = 17+25+123=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #11197B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11197B is #EEE684. Grayscale: #212121. Windows color (decimal): -15656581 or 8067345. OLE color: 8067345.

HSL color Cylindrical-coordinate representation of color #11197B: hue angle of 235.47º 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 #11197B is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1725123-
CMYK0.860.8000.52
HSL235.47º75.71%27.45%-
HSV(B)235.47º86.18%48.24%-
XYZ4.152.2418.95-
YUV33.78178.35116.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 123 (48.44% from 255) = 74.55%
R=10.30%
G=15.15%
B=74.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17251230.860.8000.52235.4775.7127.45
Hex11197B5650034eb4c1b
Octal213117312612006435311433
Binary1000111001111101110101101010000011010011101011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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