#120941

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

Shades of Tolopea #120941

Tints of Tolopea #120941

Color information

#120941 (or 0x120941) is unknown color: approx Tolopea. HEX triplet: 12, 09 and 41. RGB value is (18,9,65). Sum of RGB (Red+Green+Blue) = 18+9+65=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #120941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120941 is #EDF6BE. Grayscale: #111111. Windows color (decimal): -15595199 or 4262162. OLE color: 4262162.

HSL color Cylindrical-coordinate representation of color #120941: hue angle of 249.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120941 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB18965-
CMYK0.720.8600.75
HSL249.64º75.68%14.51%-
HSV(B)249.64º86.15%25.49%-
XYZ1.30.715.07-
YUV18.08154.48127.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 65 (25.78% from 255) = 70.65%
R=19.57%
G=9.78%
B=70.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal189650.720.8600.75249.6475.6814.51
Hex12941485604Bfa4cf
Octal2211101110126011337211417
Binary100101001100000110010001010110010010111111101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120941; }

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

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

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

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

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

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

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

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