#120353

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

Shades of Midnight Blue #120353

Tints of Midnight Blue #120353

Color information

#120353 (or 0x120353) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 53. RGB value is (18,3,83). Sum of RGB (Red+Green+Blue) = 18+3+83=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #120353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120353 is #EDFCAC. Grayscale: #101010. Windows color (decimal): -15596717 or 5440274. OLE color: 5440274.

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

Color convert

RGB18383-
CMYK0.780.9600.67
HSL251.25º93.02%16.86%-
HSV(B)251.25º96.39%32.55%-
XYZ1.840.828.24-
YUV16.6165.47129-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 83 (32.81% from 255) = 79.81%
R=17.31%
G=2.88%
B=79.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183830.780.9600.67251.2593.0216.86
Hex123534E60043fb5d11
Octal223123116140010337313521
Binary10010111010011100111011000000100001111111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120353; }

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

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

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

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

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

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

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

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