#120854

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

Shades of Midnight Blue #120854

Tints of Midnight Blue #120854

Color information

#120854 (or 0x120854) is unknown color: approx Midnight Blue. HEX triplet: 12, 08 and 54. RGB value is (18,8,84). Sum of RGB (Red+Green+Blue) = 18+8+84=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 84 (33.20% from 255 or 76.36% from 110); Max value from RGB is 84 - color contains mainly: blue. Hex color #120854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120854 is #EDF7AB. Grayscale: #131313. Windows color (decimal): -15595436 or 5507090. OLE color: 5507090.

HSL color Cylindrical-coordinate representation of color #120854: hue angle of 247.89º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120854 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB18884-
CMYK0.790.9000.67
HSL247.89º82.61%18.04%-
HSV(B)247.89º90.48%32.94%-
XYZ1.940.948.47-
YUV19.65164.31126.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 84 (33.20% from 255) = 76.36%
R=16.36%
G=7.27%
B=76.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188840.790.9000.67247.8982.6118.04
Hex128544F5A043f85312
Octal2210124117132010337012322
Binary1001010001010100100111110110100100001111111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120854; }

 p { color: rgb(18,8,84); }

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

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

 a { background-color: rgb(18,8,84); }

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

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

 span { border-color: rgb(18,8,84); }

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