#121C76

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

Shades of Midnight Blue #121C76

Tints of Midnight Blue #121C76

Color information

#121C76 (or 0x121C76) is unknown color: approx Midnight Blue. HEX triplet: 12, 1C and 76. RGB value is (18,28,118). Sum of RGB (Red+Green+Blue) = 18+28+118=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #121C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C76 is #EDE389. Grayscale: #222222. Windows color (decimal): -15590282 or 7740434. OLE color: 7740434.

HSL color Cylindrical-coordinate representation of color #121C76: hue angle of 234º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121C76 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1828118-
CMYK0.850.7600.54
HSL234º73.53%26.67%-
HSV(B)234º84.75%46.27%-
XYZ3.932.2717.37-
YUV35.27174.69115.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 118 (46.48% from 255) = 71.95%
R=10.98%
G=17.07%
B=71.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18281180.850.7600.5423473.5326.67
Hex121C76554C036ea4a1b
Octal223416612511406635211233
Binary1001011100111011010101011001100011011011101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,28,118); }

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

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

 a { background-color: rgb(18,28,118); }

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

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

 span { border-color: rgb(18,28,118); }

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