#120734

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

Shades of Tolopea #120734

Tints of Tolopea #120734

Color information

#120734 (or 0x120734) is unknown color: approx Tolopea. HEX triplet: 12, 07 and 34. RGB value is (18,7,52). Sum of RGB (Red+Green+Blue) = 18+7+52=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #120734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120734 is #EDF8CB. Grayscale: #0F0F0F. Windows color (decimal): -15595724 or 3409682. OLE color: 3409682.

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

Color convert

RGB18752-
CMYK0.650.8700.80
HSL254.67º76.27%11.57%-
HSV(B)254.67º86.54%20.39%-
XYZ0.950.533.3-
YUV15.42148.64129.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 52 (20.70% from 255) = 67.53%
R=23.38%
G=9.09%
B=67.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal187520.650.8700.80254.6776.2711.57
Hex127344157050ff4cc
Octal22764101127012037711414
Binary1001011111010010000011010111010100001111111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120734; }

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

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

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

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

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

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

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

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