#12195A

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

Shades of Midnight Blue #12195A

Tints of Midnight Blue #12195A

Color information

#12195A (or 0x12195A) is unknown color: approx Midnight Blue. HEX triplet: 12, 19 and 5A. RGB value is (18,25,90). Sum of RGB (Red+Green+Blue) = 18+25+90=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #12195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12195A is #EDE6A5. Grayscale: #1E1E1E. Windows color (decimal): -15591078 or 5904658. OLE color: 5904658.

HSL color Cylindrical-coordinate representation of color #12195A: hue angle of 234.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12195A is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB182590-
CMYK0.800.7200.65
HSL234.17º66.67%21.18%-
HSV(B)234.17º80%35.29%-
XYZ2.441.569.85-
YUV30.32161.68119.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 90 (35.55% from 255) = 67.67%
R=13.53%
G=18.80%
B=67.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1825900.800.7200.65234.1766.6721.18
Hex12195A5048041ea4315
Octal2231132120110010135210325
Binary10010110011011010101000010010000100000111101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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