#120456

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

Shades of Midnight Blue #120456

Tints of Midnight Blue #120456

Color information

#120456 (or 0x120456) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 56. RGB value is (18,4,86). Sum of RGB (Red+Green+Blue) = 18+4+86=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 86 (33.98% from 255 or 79.63% from 108); Max value from RGB is 86 - color contains mainly: blue. Hex color #120456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120456 is #EDFBA9. Grayscale: #111111. Windows color (decimal): -15596458 or 5637138. OLE color: 5637138.

HSL color Cylindrical-coordinate representation of color #120456: hue angle of 250.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120456 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB18486-
CMYK0.790.9500.66
HSL250.24º91.11%17.65%-
HSV(B)250.24º95.35%33.73%-
XYZ1.970.898.87-
YUV17.53166.64128.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 86 (33.98% from 255) = 79.63%
R=16.67%
G=3.70%
B=79.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal184860.790.9500.66250.2491.1117.65
Hex124564F5F042fa5b12
Octal224126117137010237213322
Binary100101001010110100111110111110100001011111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120456; }

 p { color: rgb(18,4,86); }

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

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

 a { background-color: rgb(18,4,86); }

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

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

 span { border-color: rgb(18,4,86); }

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