#121378

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

Shades of Midnight Blue #121378

Tints of Midnight Blue #121378

Color information

#121378 (or 0x121378) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 78. RGB value is (18,19,120). Sum of RGB (Red+Green+Blue) = 18+19+120=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #121378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121378 is #EDEC87. Grayscale: #1D1D1D. Windows color (decimal): -15592584 or 7869202. OLE color: 7869202.

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

Color convert

RGB1819120-
CMYK0.850.8400.53
HSL239.41º73.91%27.06%-
HSV(B)239.41º85%47.06%-
XYZ3.871.9517.94-
YUV30.21178.67119.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 120 (47.27% from 255) = 76.43%
R=11.46%
G=12.10%
B=76.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18191200.850.8400.53239.4173.9127.06
Hex1213785554035ef4a1b
Octal222317012512406535711233
Binary1001010011111100010101011010100011010111101111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121378; }

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

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

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

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

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

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

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

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