#120535

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

Shades of Tolopea #120535

Tints of Tolopea #120535

Color information

#120535 (or 0x120535) is unknown color: approx Tolopea. HEX triplet: 12, 05 and 35. RGB value is (18,5,53). Sum of RGB (Red+Green+Blue) = 18+5+53=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #120535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120535 is #EDFACA. Grayscale: #0E0E0E. Windows color (decimal): -15596235 or 3474706. OLE color: 3474706.

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

Color convert

RGB18553-
CMYK0.660.9100.79
HSL256.25º82.76%11.37%-
HSV(B)256.25º90.57%20.78%-
XYZ0.950.493.41-
YUV14.36149.81130.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 53 (21.09% from 255) = 69.74%
R=23.68%
G=6.58%
B=69.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal185530.660.9100.79256.2582.7611.37
Hex12535425B04F10053b
Octal22565102133011740012313
Binary10010101110101100001010110110100111110000000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120535; }

 p { color: rgb(18,5,53); }

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

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

 a { background-color: rgb(18,5,53); }

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

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

 span { border-color: rgb(18,5,53); }

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