#12147C

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

Shades of Midnight Blue #12147C

Tints of Midnight Blue #12147C

Color information

#12147C (or 0x12147C) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 7C. RGB value is (18,20,124). Sum of RGB (Red+Green+Blue) = 18+20+124=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #12147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12147C is #EDEB83. Grayscale: #1E1E1E. Windows color (decimal): -15592324 or 8131602. OLE color: 8131602.

HSL color Cylindrical-coordinate representation of color #12147C: hue angle of 238.87º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12147C is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1820124-
CMYK0.850.8400.51
HSL238.87º74.65%27.84%-
HSV(B)238.87º85.48%48.63%-
XYZ4.142.0819.25-
YUV31.26180.34118.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 124 (48.83% from 255) = 76.54%
R=11.11%
G=12.35%
B=76.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18201240.850.8400.51238.8774.6527.84
Hex12147C5554033ef4b1c
Octal222417412512406335711334
Binary1001010100111110010101011010100011001111101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12147C; }

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

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

<style>
 a { background-color: #12147C; }

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

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

<style>
 span { border-color: #12147C; }

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

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