#121C6E

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

Shades of Midnight Blue #121C6E

Tints of Midnight Blue #121C6E

Color information

#121C6E (or 0x121C6E) is unknown color: approx Midnight Blue. HEX triplet: 12, 1C and 6E. RGB value is (18,28,110). Sum of RGB (Red+Green+Blue) = 18+28+110=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #121C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C6E is #EDE391. Grayscale: #222222. Windows color (decimal): -15590290 or 7216146. OLE color: 7216146.

HSL color Cylindrical-coordinate representation of color #121C6E: hue angle of 233.48º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121C6E is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1828110-
CMYK0.840.7500.57
HSL233.48º71.88%25.1%-
HSV(B)233.48º83.64%43.14%-
XYZ3.482.0814.97-
YUV34.36170.69116.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 110 (43.36% from 255) = 70.51%
R=11.54%
G=17.95%
B=70.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18281100.840.7500.57233.4871.8825.1
Hex121C6E544B039e94819
Octal223415612411307135111031
Binary1001011100110111010101001001011011100111101001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,28,110); }

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

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

 a { background-color: rgb(18,28,110); }

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

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

 span { border-color: rgb(18,28,110); }

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