#120553

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

Shades of Midnight Blue #120553

Tints of Midnight Blue #120553

Color information

#120553 (or 0x120553) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 53. RGB value is (18,5,83). Sum of RGB (Red+Green+Blue) = 18+5+83=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #120553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120553 is #EDFAAC. Grayscale: #111111. Windows color (decimal): -15596205 or 5440786. OLE color: 5440786.

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

Color convert

RGB18583-
CMYK0.780.9400.67
HSL250º88.64%17.25%-
HSV(B)250º93.98%32.55%-
XYZ1.870.868.25-
YUV17.78164.81128.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 83 (32.81% from 255) = 78.30%
R=16.98%
G=4.72%
B=78.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185830.780.9400.6725088.6417.25
Hex125534E5E043fa5911
Octal225123116136010337213121
Binary100101011010011100111010111100100001111111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120553; }

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

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

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

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

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

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

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

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