#121562

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

Shades of Midnight Blue #121562

Tints of Midnight Blue #121562

Color information

#121562 (or 0x121562) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 62. RGB value is (18,21,98). Sum of RGB (Red+Green+Blue) = 18+21+98=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #121562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121562 is #EDEA9D. Grayscale: #1C1C1C. Windows color (decimal): -15592094 or 6427922. OLE color: 6427922.

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

Color convert

RGB182198-
CMYK0.820.7900.62
HSL237.75º68.97%22.75%-
HSV(B)237.75º81.63%38.43%-
XYZ2.721.5511.71-
YUV28.88167.01120.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 98 (38.67% from 255) = 71.53%
R=13.14%
G=15.33%
B=71.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1821980.820.7900.62237.7568.9722.75
Hex121562524F03Eee4517
Octal222514212211707635610527
Binary1001010101110001010100101001111011111011101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121562; }

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

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

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

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

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

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

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

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