#12195D

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

Shades of Midnight Blue #12195D

Tints of Midnight Blue #12195D

Color information

#12195D (or 0x12195D) is unknown color: approx Midnight Blue. HEX triplet: 12, 19 and 5D. RGB value is (18,25,93). Sum of RGB (Red+Green+Blue) = 18+25+93=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #12195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12195D is #EDE6A2. Grayscale: #1E1E1E. Windows color (decimal): -15591075 or 6101266. OLE color: 6101266.

HSL color Cylindrical-coordinate representation of color #12195D: hue angle of 234.4º 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 #12195D is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB182593-
CMYK0.810.7300.64
HSL234.4º67.57%21.76%-
HSV(B)234.4º80.65%36.47%-
XYZ2.571.6110.53-
YUV30.66163.18118.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 93 (36.72% from 255) = 68.38%
R=13.24%
G=18.38%
B=68.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1825930.810.7300.64234.467.5721.76
Hex12195D5149040ea4416
Octal2231135121111010035210426
Binary10010110011011101101000110010010100000011101010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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