#120733

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

Shades of Tolopea #120733

Tints of Tolopea #120733

Color information

#120733 (or 0x120733) is unknown color: approx Tolopea. HEX triplet: 12, 07 and 33. RGB value is (18,7,51). Sum of RGB (Red+Green+Blue) = 18+7+51=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 51 (20.31% from 255 or 67.11% from 76); Max value from RGB is 51 - color contains mainly: blue. Hex color #120733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120733 is #EDF8CC. Grayscale: #0F0F0F. Windows color (decimal): -15595725 or 3344146. OLE color: 3344146.

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

Color convert

RGB18751-
CMYK0.650.8600.8
HSL255º75.86%11.37%-
HSV(B)255º86.27%20%-
XYZ0.920.523.18-
YUV15.3148.14129.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 51 (20.31% from 255) = 67.11%
R=23.68%
G=9.21%
B=67.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal187510.650.8600.825575.8611.37
Hex127334156050ff4cb
Octal22763101126012037711413
Binary1001011111001110000011010110010100001111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120733; }

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

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

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

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

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

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

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

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