#121A5D

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

Shades of Midnight Blue #121A5D

Tints of Midnight Blue #121A5D

Color information

#121A5D (or 0x121A5D) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 5D. RGB value is (18,26,93). Sum of RGB (Red+Green+Blue) = 18+26+93=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #121A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A5D is #EDE5A2. Grayscale: #1E1E1E. Windows color (decimal): -15590819 or 6101522. OLE color: 6101522.

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

Color convert

RGB182693-
CMYK0.810.7200.64
HSL233.6º67.57%21.76%-
HSV(B)233.6º80.65%36.47%-
XYZ2.591.6610.54-
YUV31.25162.85118.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=13.14%
G=18.98%
B=67.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1826930.810.7200.64233.667.5721.76
Hex121A5D5148040ea4416
Octal2232135121110010035210426
Binary10010110101011101101000110010000100000011101010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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