#120836

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

Shades of Tolopea #120836

Tints of Tolopea #120836

Color information

#120836 (or 0x120836) is unknown color: approx Tolopea. HEX triplet: 12, 08 and 36. RGB value is (18,8,54). Sum of RGB (Red+Green+Blue) = 18+8+54=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #120836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120836 is #EDF7C9. Grayscale: #101010. Windows color (decimal): -15595466 or 3541010. OLE color: 3541010.

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

Color convert

RGB18854-
CMYK0.670.8500.79
HSL253.04º74.19%12.16%-
HSV(B)253.04º85.19%21.18%-
XYZ10.573.55-
YUV16.23149.31129.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 8 (3.52% from 255) = 10%
BLUE value IS 54 (21.48% from 255) = 67.5%
R=22.5%
G=10%
B=67.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal188540.670.8500.79253.0474.1912.16
Hex12836435504Ffd4ac
Octal221066103125011737511214
Binary10010100011011010000111010101010011111111110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120836; }

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

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

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

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

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

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

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

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