#121B78

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

Shades of Midnight Blue #121B78

Tints of Midnight Blue #121B78

Color information

#121B78 (or 0x121B78) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 78. RGB value is (18,27,120). Sum of RGB (Red+Green+Blue) = 18+27+120=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #121B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B78 is #EDE487. Grayscale: #222222. Windows color (decimal): -15590536 or 7871250. OLE color: 7871250.

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

Color convert

RGB1827120-
CMYK0.850.7800.53
HSL234.71º73.91%27.06%-
HSV(B)234.71º85%47.06%-
XYZ4.032.2717.99-
YUV34.91176.02115.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 120 (47.27% from 255) = 72.73%
R=10.91%
G=16.36%
B=72.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18271200.850.7800.53234.7173.9127.06
Hex121B78554E035eb4a1b
Octal223317012511606535311233
Binary1001011011111100010101011001110011010111101011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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