#120257

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

Shades of Midnight Blue #120257

Tints of Midnight Blue #120257

Color information

#120257 (or 0x120257) is unknown color: approx Midnight Blue. HEX triplet: 12, 02 and 57. RGB value is (18,2,87). Sum of RGB (Red+Green+Blue) = 18+2+87=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 87 (34.38% from 255 or 81.31% from 107); Max value from RGB is 87 - color contains mainly: blue. Hex color #120257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120257 is #EDFDA8. Grayscale: #101010. Windows color (decimal): -15596969 or 5702162. OLE color: 5702162.

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

Color convert

RGB18287-
CMYK0.790.9800.66
HSL251.29º95.51%17.45%-
HSV(B)251.29º97.7%34.12%-
XYZ1.990.869.08-
YUV16.47167.8129.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 87 (34.38% from 255) = 81.31%
R=16.82%
G=1.87%
B=81.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal182870.790.9800.66251.2995.5117.45
Hex122574F62042fb6011
Octal222127117142010237314021
Binary10010101010111100111111000100100001011111011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120257; }

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

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

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

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

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

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

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

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