#121D78

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

Shades of Midnight Blue #121D78

Tints of Midnight Blue #121D78

Color information

#121D78 (or 0x121D78) is unknown color: approx Midnight Blue. HEX triplet: 12, 1D and 78. RGB value is (18,29,120). Sum of RGB (Red+Green+Blue) = 18+29+120=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #121D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D78 is #EDE287. Grayscale: #232323. Windows color (decimal): -15590024 or 7871762. OLE color: 7871762.

HSL color Cylindrical-coordinate representation of color #121D78: hue angle of 233.53º 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 #121D78 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1829120-
CMYK0.850.7600.53
HSL233.53º73.91%27.06%-
HSV(B)233.53º85%47.06%-
XYZ4.082.3618.01-
YUV36.08175.36115.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 120 (47.27% from 255) = 71.86%
R=10.78%
G=17.37%
B=71.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18291200.850.7600.53233.5373.9127.06
Hex121D78554C035ea4a1b
Octal223517012511406535211233
Binary1001011101111100010101011001100011010111101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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