#120356

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

Shades of Midnight Blue #120356

Tints of Midnight Blue #120356

Color information

#120356 (or 0x120356) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 56. RGB value is (18,3,86). Sum of RGB (Red+Green+Blue) = 18+3+86=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 86 (33.98% from 255 or 80.37% from 107); Max value from RGB is 86 - color contains mainly: blue. Hex color #120356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120356 is #EDFCA9. Grayscale: #101010. Windows color (decimal): -15596714 or 5636882. OLE color: 5636882.

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

Color convert

RGB18386-
CMYK0.790.9700.66
HSL250.84º93.26%17.45%-
HSV(B)250.84º96.51%33.73%-
XYZ1.960.878.87-
YUV16.95166.97128.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 86 (33.98% from 255) = 80.37%
R=16.82%
G=2.80%
B=80.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal183860.790.9700.66250.8493.2617.45
Hex123564F61042fb5d11
Octal223126117141010237313521
Binary10010111010110100111111000010100001011111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120356; }

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

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

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

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

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

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

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

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