#120755

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

Shades of Midnight Blue #120755

Tints of Midnight Blue #120755

Color information

#120755 (or 0x120755) is unknown color: approx Midnight Blue. HEX triplet: 12, 07 and 55. RGB value is (18,7,85). Sum of RGB (Red+Green+Blue) = 18+7+85=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #120755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120755 is #EDF8AA. Grayscale: #121212. Windows color (decimal): -15595691 or 5572370. OLE color: 5572370.

HSL color Cylindrical-coordinate representation of color #120755: hue angle of 248.46º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120755 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB18785-
CMYK0.790.9200.67
HSL248.46º84.78%18.04%-
HSV(B)248.46º91.76%33.33%-
XYZ1.970.948.67-
YUV19.18165.14127.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 85 (33.59% from 255) = 77.27%
R=16.36%
G=6.36%
B=77.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal187850.790.9200.67248.4684.7818.04
Hex127554F5C043f85512
Octal227125117134010337012522
Binary100101111010101100111110111000100001111111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120755; }

 p { color: rgb(18,7,85); }

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

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

 a { background-color: rgb(18,7,85); }

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

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

 span { border-color: rgb(18,7,85); }

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