#121B5D

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

Shades of Midnight Blue #121B5D

Tints of Midnight Blue #121B5D

Color information

#121B5D (or 0x121B5D) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 5D. RGB value is (18,27,93). Sum of RGB (Red+Green+Blue) = 18+27+93=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #121B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B5D is #EDE4A2. Grayscale: #1F1F1F. Windows color (decimal): -15590563 or 6101778. OLE color: 6101778.

HSL color Cylindrical-coordinate representation of color #121B5D: hue angle of 232.8º 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 #121B5D is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB182793-
CMYK0.810.7100.64
HSL232.8º67.57%21.76%-
HSV(B)232.8º80.65%36.47%-
XYZ2.621.710.55-
YUV31.83162.52118.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 93 (36.72% from 255) = 67.39%
R=13.04%
G=19.57%
B=67.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1827930.810.7100.64232.867.5721.76
Hex121B5D5147040e94416
Octal2233135121107010035110426
Binary10010110111011101101000110001110100000011101001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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