#120855

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

Shades of Midnight Blue #120855

Tints of Midnight Blue #120855

Color information

#120855 (or 0x120855) is unknown color: approx Midnight Blue. HEX triplet: 12, 08 and 55. RGB value is (18,8,85). Sum of RGB (Red+Green+Blue) = 18+8+85=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #120855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120855 is #EDF7AA. Grayscale: #131313. Windows color (decimal): -15595435 or 5572626. OLE color: 5572626.

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

Color convert

RGB18885-
CMYK0.790.9100.67
HSL247.79º82.8%18.24%-
HSV(B)247.79º90.59%33.33%-
XYZ1.980.968.68-
YUV19.77164.81126.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 85 (33.59% from 255) = 76.58%
R=16.22%
G=7.21%
B=76.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188850.790.9100.67247.7982.818.24
Hex128554F5B043f85312
Octal2210125117133010337012322
Binary1001010001010101100111110110110100001111111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120855; }

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

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

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

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

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

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

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

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