#120A40

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

Shades of Tolopea #120A40

Tints of Tolopea #120A40

Color information

#120A40 (or 0x120A40) is unknown color: approx Tolopea. HEX triplet: 12, 0A and 40. RGB value is (18,10,64). Sum of RGB (Red+Green+Blue) = 18+10+64=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #120A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A40 is #EDF5BF. Grayscale: #121212. Windows color (decimal): -15594944 or 4196882. OLE color: 4196882.

HSL color Cylindrical-coordinate representation of color #120A40: hue angle of 248.89º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120A40 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB181064-
CMYK0.720.8400.75
HSL248.89º72.97%14.51%-
HSV(B)248.89º84.38%25.1%-
XYZ1.280.724.92-
YUV18.55153.65127.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 64 (25.39% from 255) = 69.57%
R=19.57%
G=10.87%
B=69.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1810640.720.8400.75248.8972.9714.51
Hex12A40485404Bf949f
Octal2212100110124011337111117
Binary100101010100000010010001010100010010111111100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,10,64); }

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

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

 a { background-color: rgb(18,10,64); }

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

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

 span { border-color: rgb(18,10,64); }

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