#121A5F

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

Shades of Midnight Blue #121A5F

Tints of Midnight Blue #121A5F

Color information

#121A5F (or 0x121A5F) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 5F. RGB value is (18,26,95). Sum of RGB (Red+Green+Blue) = 18+26+95=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #121A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A5F is #EDE5A0. Grayscale: #1F1F1F. Windows color (decimal): -15590817 or 6232594. OLE color: 6232594.

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

Color convert

RGB182695-
CMYK0.810.7300.63
HSL233.77º68.14%22.16%-
HSV(B)233.77º81.05%37.25%-
XYZ2.681.6911.01-
YUV31.47163.85118.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 95 (37.5% from 255) = 68.35%
R=12.95%
G=18.71%
B=68.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1826950.810.7300.63233.7768.1422.16
Hex121A5F514903Fea4416
Octal223213712111107735210426
Binary1001011010101111110100011001001011111111101010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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