#12045E

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

Shades of Midnight Blue #12045E

Tints of Midnight Blue #12045E

Color information

#12045E (or 0x12045E) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 5E. RGB value is (18,4,94). Sum of RGB (Red+Green+Blue) = 18+4+94=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 94 (37.11% from 255 or 81.03% from 116); Max value from RGB is 94 - color contains mainly: blue. Hex color #12045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12045E is #EDFBA1. Grayscale: #121212. Windows color (decimal): -15596450 or 6161426. OLE color: 6161426.

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

Color convert

RGB18494-
CMYK0.810.9600.63
HSL249.33º91.84%19.22%-
HSV(B)249.33º95.74%36.86%-
XYZ2.311.0210.67-
YUV18.45170.64127.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 94 (37.11% from 255) = 81.03%
R=15.52%
G=3.45%
B=81.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal184940.810.9600.63249.3391.8419.22
Hex1245E516003Ff95c13
Octal22413612114007737113423
Binary10010100101111010100011100000011111111111001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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