#12145B

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

Shades of Midnight Blue #12145B

Tints of Midnight Blue #12145B

Color information

#12145B (or 0x12145B) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 5B. RGB value is (18,20,91). Sum of RGB (Red+Green+Blue) = 18+20+91=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #12145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12145B is #EDEBA4. Grayscale: #1B1B1B. Windows color (decimal): -15592357 or 5968914. OLE color: 5968914.

HSL color Cylindrical-coordinate representation of color #12145B: hue angle of 238.36º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12145B is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB182091-
CMYK0.800.7800.64
HSL238.36º66.97%21.37%-
HSV(B)238.36º80.22%35.69%-
XYZ2.391.3810.04-
YUV27.5163.84121.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 91 (35.94% from 255) = 70.54%
R=13.95%
G=15.50%
B=70.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1820910.800.7800.64238.3666.9721.37
Hex12145B504E040ee4315
Octal2224133120116010035610325
Binary10010101001011011101000010011100100000011101110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12145B; }

 p { color: rgb(18,20,91); }

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

<style>
 a { background-color: #12145B; }

 a { background-color: rgb(18,20,91); }

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

<style>
 span { border-color: #12145B; }

 span { border-color: rgb(18,20,91); }

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