#121B5E

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

Shades of Midnight Blue #121B5E

Tints of Midnight Blue #121B5E

Color information

#121B5E (or 0x121B5E) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 5E. RGB value is (18,27,94). Sum of RGB (Red+Green+Blue) = 18+27+94=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #121B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B5E is #EDE4A1. Grayscale: #1F1F1F. Windows color (decimal): -15590562 or 6167314. OLE color: 6167314.

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

Color convert

RGB182794-
CMYK0.810.7100.63
HSL232.89º67.86%21.96%-
HSV(B)232.89º80.85%36.86%-
XYZ2.661.7210.78-
YUV31.95163.02118.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 94 (37.11% from 255) = 67.63%
R=12.95%
G=19.42%
B=67.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1827940.810.7100.63232.8967.8621.96
Hex121B5E514703Fe94416
Octal223313612110707735110426
Binary1001011011101111010100011000111011111111101001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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