#121561

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

Shades of Midnight Blue #121561

Tints of Midnight Blue #121561

Color information

#121561 (or 0x121561) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 61. RGB value is (18,21,97). Sum of RGB (Red+Green+Blue) = 18+21+97=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #121561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121561 is #EDEA9E. Grayscale: #1C1C1C. Windows color (decimal): -15592095 or 6362386. OLE color: 6362386.

HSL color Cylindrical-coordinate representation of color #121561: hue angle of 237.72º 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 #121561 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB182197-
CMYK0.810.7800.62
HSL237.72º68.7%22.55%-
HSV(B)237.72º81.44%38.04%-
XYZ2.681.5311.46-
YUV28.77166.51120.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 97 (38.28% from 255) = 71.32%
R=13.24%
G=15.44%
B=71.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1821970.810.7800.62237.7268.722.55
Hex121561514E03Eee4517
Octal222514112111607635610527
Binary1001010101110000110100011001110011111011101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121561; }

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

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

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

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

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

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

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

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