#121370

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

Shades of Midnight Blue #121370

Tints of Midnight Blue #121370

Color information

#121370 (or 0x121370) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 70. RGB value is (18,19,112). Sum of RGB (Red+Green+Blue) = 18+19+112=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #121370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121370 is #EDEC8F. Grayscale: #1C1C1C. Windows color (decimal): -15592592 or 7344914. OLE color: 7344914.

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

Color convert

RGB1819112-
CMYK0.840.8300.56
HSL239.36º72.31%25.49%-
HSV(B)239.36º83.93%43.92%-
XYZ3.411.7615.49-
YUV29.3174.67119.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 112 (44.14% from 255) = 75.17%
R=12.08%
G=12.75%
B=75.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18191120.840.8300.56239.3672.3125.49
Hex1213705453038ef4819
Octal222316012412307035711031
Binary1001010011111000010101001010011011100011101111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121370; }

 p { color: rgb(18,19,112); }

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

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

 a { background-color: rgb(18,19,112); }

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

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

 span { border-color: rgb(18,19,112); }

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