#12155E

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

Shades of Midnight Blue #12155E

Tints of Midnight Blue #12155E

Color information

#12155E (or 0x12155E) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 5E. RGB value is (18,21,94). Sum of RGB (Red+Green+Blue) = 18+21+94=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #12155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12155E is #EDEAA1. Grayscale: #1C1C1C. Windows color (decimal): -15592098 or 6165778. OLE color: 6165778.

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

Color convert

RGB182194-
CMYK0.810.7800.63
HSL237.63º67.86%21.96%-
HSV(B)237.63º80.85%36.86%-
XYZ2.541.4710.74-
YUV28.42165.01120.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 94 (37.11% from 255) = 70.68%
R=13.53%
G=15.79%
B=70.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1821940.810.7800.63237.6367.8621.96
Hex12155E514E03Fee4416
Octal222513612111607735610426
Binary1001010101101111010100011001110011111111101110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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