#120357

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

Shades of Midnight Blue #120357

Tints of Midnight Blue #120357

Color information

#120357 (or 0x120357) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 57. RGB value is (18,3,87). Sum of RGB (Red+Green+Blue) = 18+3+87=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 87 (34.38% from 255 or 80.56% from 108); Max value from RGB is 87 - color contains mainly: blue. Hex color #120357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120357 is #EDFCA8. Grayscale: #101010. Windows color (decimal): -15596713 or 5702418. OLE color: 5702418.

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

Color convert

RGB18387-
CMYK0.790.9700.66
HSL250.71º93.33%17.65%-
HSV(B)250.71º96.55%34.12%-
XYZ20.889.08-
YUV17.06167.47128.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 87 (34.38% from 255) = 80.56%
R=16.67%
G=2.78%
B=80.56%

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
Decimal183870.790.9700.66250.7193.3317.65
Hex123574F61042fb5d12
Octal223127117141010237313522
Binary10010111010111100111111000010100001011111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120357; }

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

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

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

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

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

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

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

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