#121671

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

Shades of Midnight Blue #121671

Tints of Midnight Blue #121671

Color information

#121671 (or 0x121671) is unknown color: approx Midnight Blue. HEX triplet: 12, 16 and 71. RGB value is (18,22,113). Sum of RGB (Red+Green+Blue) = 18+22+113=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #121671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121671 is #EDE98E. Grayscale: #1E1E1E. Windows color (decimal): -15591823 or 7411218. OLE color: 7411218.

HSL color Cylindrical-coordinate representation of color #121671: hue angle of 237.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121671 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1822113-
CMYK0.840.8100.56
HSL237.47º72.52%25.69%-
HSV(B)237.47º84.07%44.31%-
XYZ3.521.8915.8-
YUV31.18174.17118.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 113 (44.53% from 255) = 73.86%
R=11.76%
G=14.38%
B=73.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18221130.840.8100.56237.4772.5225.69
Hex1216715451038ed491a
Octal222616112412107035511132
Binary1001010110111000110101001010001011100011101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121671; }

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

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

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

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

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

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

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

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