#12155D

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

Shades of Midnight Blue #12155D

Tints of Midnight Blue #12155D

Color information

#12155D (or 0x12155D) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 5D. RGB value is (18,21,93). Sum of RGB (Red+Green+Blue) = 18+21+93=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #12155D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12155D is #EDEAA2. Grayscale: #1C1C1C. Windows color (decimal): -15592099 or 6100242. OLE color: 6100242.

HSL color Cylindrical-coordinate representation of color #12155D: hue angle of 237.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12155D is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB182193-
CMYK0.810.7700.64
HSL237.6º67.57%21.76%-
HSV(B)237.6º80.65%36.47%-
XYZ2.491.4610.51-
YUV28.31164.51120.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 93 (36.72% from 255) = 70.45%
R=13.64%
G=15.91%
B=70.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1821930.810.7700.64237.667.5721.76
Hex12155D514D040ee4416
Octal2225135121115010035610426
Binary10010101011011101101000110011010100000011101110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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