#120335

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

Shades of Tolopea #120335

Tints of Tolopea #120335

Color information

#120335 (or 0x120335) is unknown color: approx Tolopea. HEX triplet: 12, 03 and 35. RGB value is (18,3,53). Sum of RGB (Red+Green+Blue) = 18+3+53=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 53 (21.09% from 255 or 71.62% from 74); Max value from RGB is 53 - color contains mainly: blue. Hex color #120335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120335 is #EDFCCA. Grayscale: #0D0D0D. Windows color (decimal): -15596747 or 3474194. OLE color: 3474194.

HSL color Cylindrical-coordinate representation of color #120335: hue angle of 258º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120335 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB18353-
CMYK0.660.9400.79
HSL258º89.29%10.98%-
HSV(B)258º94.34%20.78%-
XYZ0.920.453.41-
YUV13.18150.47131.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 53 (21.09% from 255) = 71.62%
R=24.32%
G=4.05%
B=71.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal183530.660.9400.7925889.2910.98
Hex12335425E04F10259b
Octal22365102136011740213113
Binary1001011110101100001010111100100111110000001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120335; }

 p { color: rgb(18,3,53); }

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

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

 a { background-color: rgb(18,3,53); }

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

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

 span { border-color: rgb(18,3,53); }

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