#121461

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

Shades of Midnight Blue #121461

Tints of Midnight Blue #121461

Color information

#121461 (or 0x121461) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 61. RGB value is (18,20,97). Sum of RGB (Red+Green+Blue) = 18+20+97=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #121461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121461 is #EDEB9E. Grayscale: #1B1B1B. Windows color (decimal): -15592351 or 6362130. OLE color: 6362130.

HSL color Cylindrical-coordinate representation of color #121461: hue angle of 238.48º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121461 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB182097-
CMYK0.810.7900.62
HSL238.48º68.7%22.55%-
HSV(B)238.48º81.44%38.04%-
XYZ2.661.4911.46-
YUV28.18166.84120.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 97 (38.28% from 255) = 71.85%
R=13.33%
G=14.81%
B=71.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1820970.810.7900.62238.4868.722.55
Hex121461514F03Eee4517
Octal222414112111707635610527
Binary1001010100110000110100011001111011111011101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121461; }

 p { color: rgb(18,20,97); }

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

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

 a { background-color: rgb(18,20,97); }

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

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

 span { border-color: rgb(18,20,97); }

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