#120270

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

Shades of Midnight Blue #120270

Tints of Midnight Blue #120270

Color information

#120270 (or 0x120270) is unknown color: approx Midnight Blue. HEX triplet: 12, 02 and 70. RGB value is (18,2,112). Sum of RGB (Red+Green+Blue) = 18+2+112=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #120270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120270 is #EDFD8F. Grayscale: #121212. Windows color (decimal): -15596944 or 7340562. OLE color: 7340562.

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

Color convert

RGB182112-
CMYK0.840.9800.56
HSL248.73º96.49%22.35%-
HSV(B)248.73º98.21%43.92%-
XYZ3.21.3415.42-
YUV19.32180.3127.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 112 (44.14% from 255) = 84.85%
R=13.64%
G=1.52%
B=84.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1821120.840.9800.56248.7396.4922.35
Hex122705462038f96016
Octal22216012414207037114026
Binary1001010111000010101001100010011100011111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120270; }

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

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

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

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

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

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

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

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