#121A62

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

Shades of Midnight Blue #121A62

Tints of Midnight Blue #121A62

Color information

#121A62 (or 0x121A62) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 62. RGB value is (18,26,98). Sum of RGB (Red+Green+Blue) = 18+26+98=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #121A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A62 is #EDE59D. Grayscale: #1F1F1F. Windows color (decimal): -15590814 or 6429202. OLE color: 6429202.

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

Color convert

RGB182698-
CMYK0.820.7300.62
HSL234º68.97%22.75%-
HSV(B)234º81.63%38.43%-
XYZ2.821.7511.74-
YUV31.82165.35118.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 98 (38.67% from 255) = 69.01%
R=12.68%
G=18.31%
B=69.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1826980.820.7300.6223468.9722.75
Hex121A62524903Eea4517
Octal223214212211107635210527
Binary1001011010110001010100101001001011111011101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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