#120939

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

Shades of Tolopea #120939

Tints of Tolopea #120939

Color information

#120939 (or 0x120939) is unknown color: approx Tolopea. HEX triplet: 12, 09 and 39. RGB value is (18,9,57). Sum of RGB (Red+Green+Blue) = 18+9+57=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 57 (22.66% from 255 or 67.86% from 84); Max value from RGB is 57 - color contains mainly: blue. Hex color #120939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120939 is #EDF6C6. Grayscale: #101010. Windows color (decimal): -15595207 or 3737874. OLE color: 3737874.

HSL color Cylindrical-coordinate representation of color #120939: hue angle of 251.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120939 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB18957-
CMYK0.680.8400.78
HSL251.25º72.73%12.94%-
HSV(B)251.25º84.21%22.35%-
XYZ1.090.623.93-
YUV17.16150.48128.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 57 (22.66% from 255) = 67.86%
R=21.43%
G=10.71%
B=67.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal189570.680.8400.78251.2572.7312.94
Hex12939445404Efb49d
Octal221171104124011637311115
Binary10010100111100110001001010100010011101111101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120939; }

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

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

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

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

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

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

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

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