#12217C

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

Shades of Midnight Blue #12217C

Tints of Midnight Blue #12217C

Color information

#12217C (or 0x12217C) is unknown color: approx Midnight Blue. HEX triplet: 12, 21 and 7C. RGB value is (18,33,124). Sum of RGB (Red+Green+Blue) = 18+33+124=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #12217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12217C is #EDDE83. Grayscale: #262626. Windows color (decimal): -15588996 or 8134930. OLE color: 8134930.

HSL color Cylindrical-coordinate representation of color #12217C: hue angle of 231.51º 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 #12217C is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1833124-
CMYK0.850.7300.51
HSL231.51º74.65%27.84%-
HSV(B)231.51º85.48%48.63%-
XYZ4.432.6719.35-
YUV38.89176.03113.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 124 (48.83% from 255) = 70.86%
R=10.29%
G=18.86%
B=70.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18331240.850.7300.51231.5174.6527.84
Hex12217C5549033e84b1c
Octal224117412511106335011334
Binary10010100001111110010101011001001011001111101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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