#120537

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

Shades of Tolopea #120537

Tints of Tolopea #120537

Color information

#120537 (or 0x120537) is unknown color: approx Tolopea. HEX triplet: 12, 05 and 37. RGB value is (18,5,55). Sum of RGB (Red+Green+Blue) = 18+5+55=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #120537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120537 is #EDFAC8. Grayscale: #0E0E0E. Windows color (decimal): -15596233 or 3605778. OLE color: 3605778.

HSL color Cylindrical-coordinate representation of color #120537: hue angle of 255.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120537 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB18555-
CMYK0.670.9100.78
HSL255.6º83.33%11.76%-
HSV(B)255.6º90.91%21.57%-
XYZ0.990.513.66-
YUV14.59150.81130.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 55 (21.88% from 255) = 70.51%
R=23.08%
G=6.41%
B=70.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal185550.670.9100.78255.683.3311.76
Hex12537435B04E10053c
Octal22567103133011640012314
Binary10010101110111100001110110110100111010000000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120537; }

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

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

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

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

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

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

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

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