#121070

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

Shades of Midnight Blue #121070

Tints of Midnight Blue #121070

Color information

#121070 (or 0x121070) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 70. RGB value is (18,16,112). Sum of RGB (Red+Green+Blue) = 18+16+112=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #121070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121070 is #EDEF8F. Grayscale: #1B1B1B. Windows color (decimal): -15593360 or 7344146. OLE color: 7344146.

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

Color convert

RGB1816112-
CMYK0.840.8600.56
HSL241.25º75%25.1%-
HSV(B)241.25º85.71%43.92%-
XYZ3.361.6715.47-
YUV27.54175.66121.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 112 (44.14% from 255) = 76.71%
R=12.33%
G=10.96%
B=76.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18161120.840.8600.56241.257525.1
Hex1210705456038f14b19
Octal222016012412607036111331
Binary1001010000111000010101001010110011100011110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121070; }

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

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

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

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

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

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

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

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