#120351

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

Shades of Midnight Blue #120351

Tints of Midnight Blue #120351

Color information

#120351 (or 0x120351) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 51. RGB value is (18,3,81). Sum of RGB (Red+Green+Blue) = 18+3+81=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #120351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120351 is #EDFCAE. Grayscale: #101010. Windows color (decimal): -15596719 or 5309202. OLE color: 5309202.

HSL color Cylindrical-coordinate representation of color #120351: hue angle of 251.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120351 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB18381-
CMYK0.780.9600.68
HSL251.54º92.86%16.47%-
HSV(B)251.54º96.3%31.76%-
XYZ1.770.797.84-
YUV16.38164.47129.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 81 (32.03% from 255) = 79.41%
R=17.65%
G=2.94%
B=79.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal183810.780.9600.68251.5492.8616.47
Hex123514E60044fc5d10
Octal223121116140010437413520
Binary10010111010001100111011000000100010011111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120351; }

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

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

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

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

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

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

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

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