#121662

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

Shades of Midnight Blue #121662

Tints of Midnight Blue #121662

Color information

#121662 (or 0x121662) is unknown color: approx Midnight Blue. HEX triplet: 12, 16 and 62. RGB value is (18,22,98). Sum of RGB (Red+Green+Blue) = 18+22+98=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #121662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121662 is #EDE99D. Grayscale: #1D1D1D. Windows color (decimal): -15591838 or 6428178. OLE color: 6428178.

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

Color convert

RGB182298-
CMYK0.820.7800.62
HSL237º68.97%22.75%-
HSV(B)237º81.63%38.43%-
XYZ2.741.5811.72-
YUV29.47166.67119.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 98 (38.67% from 255) = 71.01%
R=13.04%
G=15.94%
B=71.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1822980.820.7800.6223768.9722.75
Hex121662524E03Eed4517
Octal222614212211607635510527
Binary1001010110110001010100101001110011111011101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121662; }

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

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

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

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

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

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

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

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