#121354

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

Shades of Midnight Blue #121354

Tints of Midnight Blue #121354

Color information

#121354 (or 0x121354) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 54. RGB value is (18,19,84). Sum of RGB (Red+Green+Blue) = 18+19+84=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #121354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121354 is #EDECAB. Grayscale: #191919. Windows color (decimal): -15592620 or 5509906. OLE color: 5509906.

HSL color Cylindrical-coordinate representation of color #121354: hue angle of 239.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121354 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB181984-
CMYK0.790.7700.67
HSL239.09º64.71%20%-
HSV(B)239.09º78.57%32.94%-
XYZ2.081.238.52-
YUV26.11160.67122.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 84 (33.20% from 255) = 69.42%
R=14.88%
G=15.70%
B=69.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1819840.790.7700.67239.0964.7120
Hex1213544F4D043ef4114
Octal2223124117115010335710124
Binary10010100111010100100111110011010100001111101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121354; }

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

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

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

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

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

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

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

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