#120634

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

Shades of Tolopea #120634

Tints of Tolopea #120634

Color information

#120634 (or 0x120634) is unknown color: approx Tolopea. HEX triplet: 12, 06 and 34. RGB value is (18,6,52). Sum of RGB (Red+Green+Blue) = 18+6+52=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #120634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120634 is #EDF9CB. Grayscale: #0E0E0E. Windows color (decimal): -15595980 or 3409426. OLE color: 3409426.

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

Color convert

RGB18652-
CMYK0.650.8800.80
HSL255.65º79.31%11.37%-
HSV(B)255.65º88.46%20.39%-
XYZ0.930.513.3-
YUV14.83148.98130.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 52 (20.70% from 255) = 68.42%
R=23.68%
G=7.89%
B=68.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal186520.650.8800.80255.6579.3111.37
Hex1263441580501004fb
Octal22664101130012040011713
Binary10010110110100100000110110000101000010000000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120634; }

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

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

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

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

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

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

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

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