#12157B

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

Shades of Midnight Blue #12157B

Tints of Midnight Blue #12157B

Color information

#12157B (or 0x12157B) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 7B. RGB value is (18,21,123). Sum of RGB (Red+Green+Blue) = 18+21+123=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #12157B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12157B is #EDEA84. Grayscale: #1F1F1F. Windows color (decimal): -15592069 or 8066322. OLE color: 8066322.

HSL color Cylindrical-coordinate representation of color #12157B: hue angle of 238.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12157B is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1821123-
CMYK0.850.8300.52
HSL238.29º74.47%27.65%-
HSV(B)238.29º85.37%48.24%-
XYZ4.092.0918.93-
YUV31.73179.51118.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 123 (48.44% from 255) = 75.93%
R=11.11%
G=12.96%
B=75.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18211230.850.8300.52238.2974.4727.65
Hex12157B5553034ee4a1c
Octal222517312512306435611234
Binary1001010101111101110101011010011011010011101110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,21,123); }

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

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

 a { background-color: rgb(18,21,123); }

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

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

 span { border-color: rgb(18,21,123); }

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