#120955

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

Shades of Midnight Blue #120955

Tints of Midnight Blue #120955

Color information

#120955 (or 0x120955) is unknown color: approx Midnight Blue. HEX triplet: 12, 09 and 55. RGB value is (18,9,85). Sum of RGB (Red+Green+Blue) = 18+9+85=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 85 (33.59% from 255 or 75.89% from 112); Max value from RGB is 85 - color contains mainly: blue. Hex color #120955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120955 is #EDF6AA. Grayscale: #141414. Windows color (decimal): -15595179 or 5572882. OLE color: 5572882.

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

Color convert

RGB18985-
CMYK0.790.8900.67
HSL247.11º80.85%18.43%-
HSV(B)247.11º89.41%33.33%-
XYZ1.990.988.68-
YUV20.35164.48126.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 85 (33.59% from 255) = 75.89%
R=16.07%
G=8.04%
B=75.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal189850.790.8900.67247.1180.8518.43
Hex129554F59043f75112
Octal2211125117131010336712122
Binary1001010011010101100111110110010100001111110111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120955; }

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

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

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

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

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

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

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

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