#12015D

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

Shades of Midnight Blue #12015D

Tints of Midnight Blue #12015D

Color information

#12015D (or 0x12015D) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 5D. RGB value is (18,1,93). Sum of RGB (Red+Green+Blue) = 18+1+93=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #12015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12015D is #EDFEA2. Grayscale: #101010. Windows color (decimal): -15597219 or 6095122. OLE color: 6095122.

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

Color convert

RGB18193-
CMYK0.810.9900.64
HSL251.09º97.87%18.43%-
HSV(B)251.09º98.92%36.47%-
XYZ2.240.9410.42-
YUV16.57171.13129.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 93 (36.72% from 255) = 83.04%
R=16.07%
G=0.89%
B=83.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal181930.810.9900.64251.0997.8718.43
Hex1215D5163040fb6212
Octal221135121143010037314222
Binary1001011011101101000111000110100000011111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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