#121A60

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

Shades of Midnight Blue #121A60

Tints of Midnight Blue #121A60

Color information

#121A60 (or 0x121A60) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 60. RGB value is (18,26,96). Sum of RGB (Red+Green+Blue) = 18+26+96=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #121A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A60 is #EDE59F. Grayscale: #1F1F1F. Windows color (decimal): -15590816 or 6298130. OLE color: 6298130.

HSL color Cylindrical-coordinate representation of color #121A60: hue angle of 233.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121A60 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB182696-
CMYK0.810.7300.62
HSL233.85º68.42%22.35%-
HSV(B)233.85º81.25%37.65%-
XYZ2.731.7111.25-
YUV31.59164.35118.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=12.86%
G=18.57%
B=68.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1826960.810.7300.62233.8568.4222.35
Hex121A60514903Eea4416
Octal223214012111107635210426
Binary1001011010110000010100011001001011111011101010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,26,96); }

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

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

 a { background-color: rgb(18,26,96); }

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

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

 span { border-color: rgb(18,26,96); }

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