#120834

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

Shades of Tolopea #120834

Tints of Tolopea #120834

Color information

#120834 (or 0x120834) is unknown color: approx Tolopea. HEX triplet: 12, 08 and 34. RGB value is (18,8,52). Sum of RGB (Red+Green+Blue) = 18+8+52=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #120834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120834 is #EDF7CB. Grayscale: #0F0F0F. Windows color (decimal): -15595468 or 3409938. OLE color: 3409938.

HSL color Cylindrical-coordinate representation of color #120834: hue angle of 253.64º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120834 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB18852-
CMYK0.650.8500.80
HSL253.64º73.33%11.76%-
HSV(B)253.64º84.62%20.39%-
XYZ0.960.553.3-
YUV16.01148.31129.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 52 (20.70% from 255) = 66.67%
R=23.08%
G=10.26%
B=66.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal188520.650.8500.80253.6473.3311.76
Hex128344155050fe49c
Octal221064101125012037611114
Binary10010100011010010000011010101010100001111111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120834; }

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

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

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

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

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

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

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

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