#12155B

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

Shades of Midnight Blue #12155B

Tints of Midnight Blue #12155B

Color information

#12155B (or 0x12155B) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 5B. RGB value is (18,21,91). Sum of RGB (Red+Green+Blue) = 18+21+91=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #12155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12155B is #EDEAA4. Grayscale: #1B1B1B. Windows color (decimal): -15592101 or 5969170. OLE color: 5969170.

HSL color Cylindrical-coordinate representation of color #12155B: hue angle of 237.53º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12155B is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB182191-
CMYK0.800.7700.64
HSL237.53º66.97%21.37%-
HSV(B)237.53º80.22%35.69%-
XYZ2.411.4210.04-
YUV28.08163.51120.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 91 (35.94% from 255) = 70%
R=13.85%
G=16.15%
B=70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1821910.800.7700.64237.5366.9721.37
Hex12155B504D040ee4315
Octal2225133120115010035610325
Binary10010101011011011101000010011010100000011101110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,21,91); }

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

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

 a { background-color: rgb(18,21,91); }

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

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

 span { border-color: rgb(18,21,91); }

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