#120B37

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

Shades of Tolopea #120B37

Tints of Tolopea #120B37

Color information

#120B37 (or 0x120B37) is unknown color: approx Tolopea. HEX triplet: 12, 0B and 37. RGB value is (18,11,55). Sum of RGB (Red+Green+Blue) = 18+11+55=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #120B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B37 is #EDF4C8. Grayscale: #111111. Windows color (decimal): -15594697 or 3607314. OLE color: 3607314.

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

Color convert

RGB181155-
CMYK0.670.800.78
HSL249.55º66.67%12.94%-
HSV(B)249.55º80%21.57%-
XYZ1.060.643.68-
YUV18.11148.82127.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 55 (21.88% from 255) = 65.48%
R=21.43%
G=13.10%
B=65.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1811550.670.800.78249.5566.6712.94
Hex12B37435004Efa43d
Octal221367103120011637210315
Binary10010101111011110000111010000010011101111101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120B37; }

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

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

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

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

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

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

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

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