#121C78

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

Shades of Midnight Blue #121C78

Tints of Midnight Blue #121C78

Color information

#121C78 (or 0x121C78) is unknown color: approx Midnight Blue. HEX triplet: 12, 1C and 78. RGB value is (18,28,120). Sum of RGB (Red+Green+Blue) = 18+28+120=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #121C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C78 is #EDE387. Grayscale: #232323. Windows color (decimal): -15590280 or 7871506. OLE color: 7871506.

HSL color Cylindrical-coordinate representation of color #121C78: hue angle of 234.12º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121C78 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1828120-
CMYK0.850.7700.53
HSL234.12º73.91%27.06%-
HSV(B)234.12º85%47.06%-
XYZ4.052.3218-
YUV35.5175.69115.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 120 (47.27% from 255) = 72.29%
R=10.84%
G=16.87%
B=72.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18281200.850.7700.53234.1273.9127.06
Hex121C78554D035ea4a1b
Octal223417012511506535211233
Binary1001011100111100010101011001101011010111101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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