#120157

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

Shades of Midnight Blue #120157

Tints of Midnight Blue #120157

Color information

#120157 (or 0x120157) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 57. RGB value is (18,1,87). Sum of RGB (Red+Green+Blue) = 18+1+87=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 87 (34.38% from 255 or 82.08% from 106); Max value from RGB is 87 - color contains mainly: blue. Hex color #120157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120157 is #EDFEA8. Grayscale: #0F0F0F. Windows color (decimal): -15597225 or 5701906. OLE color: 5701906.

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

Color convert

RGB18187-
CMYK0.790.9900.66
HSL251.86º97.73%17.25%-
HSV(B)251.86º98.85%34.12%-
XYZ1.980.849.07-
YUV15.89168.13129.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 87 (34.38% from 255) = 82.08%
R=16.98%
G=0.94%
B=82.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal181870.790.9900.66251.8697.7317.25
Hex121574F63042fc6211
Octal221127117143010237414221
Binary1001011010111100111111000110100001011111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120157; }

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

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

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

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

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

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

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

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