#121D6C

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

Shades of Midnight Blue #121D6C

Tints of Midnight Blue #121D6C

Color information

#121D6C (or 0x121D6C) is unknown color: approx Midnight Blue. HEX triplet: 12, 1D and 6C. RGB value is (18,29,108). Sum of RGB (Red+Green+Blue) = 18+29+108=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #121D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D6C is #EDE293. Grayscale: #222222. Windows color (decimal): -15590036 or 7085330. OLE color: 7085330.

HSL color Cylindrical-coordinate representation of color #121D6C: hue angle of 232.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121D6C is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1829108-
CMYK0.830.7300.58
HSL232.67º71.43%24.71%-
HSV(B)232.67º83.33%42.35%-
XYZ3.42.0914.41-
YUV34.72169.36116.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 108 (42.58% from 255) = 69.68%
R=11.61%
G=18.71%
B=69.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18291080.830.7300.58232.6771.4324.71
Hex121D6C534903Ae94719
Octal223515412311107235110731
Binary1001011101110110010100111001001011101011101001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121D6C; }

 p { color: rgb(18,29,108); }

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

<style>
 a { background-color: #121D6C; }

 a { background-color: rgb(18,29,108); }

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

<style>
 span { border-color: #121D6C; }

 span { border-color: rgb(18,29,108); }

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