#12015E

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

Shades of Midnight Blue #12015E

Tints of Midnight Blue #12015E

Color information

#12015E (or 0x12015E) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 5E. RGB value is (18,1,94). Sum of RGB (Red+Green+Blue) = 18+1+94=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #12015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12015E is #EDFEA1. Grayscale: #101010. Windows color (decimal): -15597218 or 6160658. OLE color: 6160658.

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

Color convert

RGB18194-
CMYK0.810.9900.63
HSL250.97º97.89%18.63%-
HSV(B)250.97º98.94%36.86%-
XYZ2.280.9610.65-
YUV16.69171.63128.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 94 (37.11% from 255) = 83.19%
R=15.93%
G=0.88%
B=83.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal181940.810.9900.63250.9797.8918.63
Hex1215E516303Ffb6213
Octal22113612114307737314223
Binary100101101111010100011100011011111111111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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