#121479

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

Shades of Midnight Blue #121479

Tints of Midnight Blue #121479

Color information

#121479 (or 0x121479) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 79. RGB value is (18,20,121). Sum of RGB (Red+Green+Blue) = 18+20+121=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 121 (47.66% from 255 or 76.10% from 159); Max value from RGB is 121 - color contains mainly: blue. Hex color #121479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121479 is #EDEB86. Grayscale: #1E1E1E. Windows color (decimal): -15592327 or 7934994. OLE color: 7934994.

HSL color Cylindrical-coordinate representation of color #121479: hue angle of 238.83º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121479 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1820121-
CMYK0.850.8300.53
HSL238.83º74.1%27.25%-
HSV(B)238.83º85.12%47.45%-
XYZ3.952.0118.27-
YUV30.92178.84118.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 121 (47.66% from 255) = 76.10%
R=11.32%
G=12.58%
B=76.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18201210.850.8300.53238.8374.127.25
Hex1214795553035ef4a1b
Octal222417112512306535711233
Binary1001010100111100110101011010011011010111101111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121479; }

 p { color: rgb(18,20,121); }

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

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

 a { background-color: rgb(18,20,121); }

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

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

 span { border-color: rgb(18,20,121); }

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