#120457

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

Shades of Midnight Blue #120457

Tints of Midnight Blue #120457

Color information

#120457 (or 0x120457) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 57. RGB value is (18,4,87). Sum of RGB (Red+Green+Blue) = 18+4+87=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #120457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120457 is #EDFBA8. Grayscale: #111111. Windows color (decimal): -15596457 or 5702674. OLE color: 5702674.

HSL color Cylindrical-coordinate representation of color #120457: hue angle of 250.12º 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 #120457 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB18487-
CMYK0.790.9500.66
HSL250.12º91.21%17.84%-
HSV(B)250.12º95.4%34.12%-
XYZ2.010.99.09-
YUV17.65167.14128.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 87 (34.38% from 255) = 79.82%
R=16.51%
G=3.67%
B=79.82%

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
Decimal184870.790.9500.66250.1291.2117.84
Hex124574F5F042fa5b12
Octal224127117137010237213322
Binary100101001010111100111110111110100001011111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120457; }

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

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

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

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

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

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

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

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