#120337

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

Shades of Tolopea #120337

Tints of Tolopea #120337

Color information

#120337 (or 0x120337) is unknown color: approx Tolopea. HEX triplet: 12, 03 and 37. RGB value is (18,3,55). Sum of RGB (Red+Green+Blue) = 18+3+55=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #120337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120337 is #EDFCC8. Grayscale: #0D0D0D. Windows color (decimal): -15596745 or 3605266. OLE color: 3605266.

HSL color Cylindrical-coordinate representation of color #120337: hue angle of 257.31º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120337 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB18355-
CMYK0.670.9500.78
HSL257.31º89.66%11.37%-
HSV(B)257.31º94.55%21.57%-
XYZ0.970.473.65-
YUV13.41151.47131.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 55 (21.88% from 255) = 72.37%
R=23.68%
G=3.95%
B=72.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal183550.670.9500.78257.3189.6611.37
Hex12337435F04E1015ab
Octal22367103137011640113213
Binary1001011110111100001110111110100111010000000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120337; }

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

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

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

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

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

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

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

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